The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Sutra listing page.
mcp-name: io.github.4rgon4ut/sutra
The MCP Context Engineering Engine
Sutra is a Model Context Protocol (MCP) server that transforms how LLMs handle reasoning, memory, and orchestration. It provides a "Standard Library" of cognitive tools (Thinking Models), memory structures (Cells), and multi-agent patterns (Organs).
uv (Recommended)pipSelect your agent below and copy-paste the config.
Add to claude_desktop_config.json:
Run this in your terminal:
Run aider with the mcp flag:
Or add to .aider.conf.yml:
Add to ~/.gemini/settings.json:
In MCP settings, add a new server:
uv tool run context-engineering-mcpAdd to your config (TOML):
Sutra automatically analyzes your request to decide the best strategy:
Generates blueprints for custom agents, combining:
understand_question, verify_logic, backtracking, symbolic_abstract.key_value (State), windowed (Short-term), episodic (Long-term).debate_council (Multi-perspective), research_synthesis (Deep Dive).A manual discovery tool (get_technique_guide) that lets you or the agent browse the full catalog of Context Engineering techniques.
Requirements: Python 3.10+, uv (optional but recommended).
MIT