Sutra — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Sutra (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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)uv tool install context-engineering-mcppippip install context-engineering-mcpSelect your agent below and copy-paste the config.
<details> <summary>Claude Desktop</summary>
Add to claude_desktop_config.json:
{
"mcpServers": {
"sutra": {
"command": "uv",
"args": ["tool", "run", "context-engineering-mcp"]
}
}
}</details>
<details> <summary>Claude Code</summary>
Run this in your terminal:
claude mcp add sutra uv tool run context-engineering-mcp</details>
<details> <summary>Aider</summary>
Run aider with the mcp flag:
aider --mcp "uv tool run context-engineering-mcp"Or add to .aider.conf.yml:
mcp: ["uv tool run context-engineering-mcp"]</details>
<details> <summary>Gemini CLI</summary>
Add to ~/.gemini/settings.json:
{
"mcpServers": {
"sutra": {
"command": "uv",
"args": ["tool", "run", "context-engineering-mcp"]
}
}
}</details>
<details> <summary>Cursor / Windsurf</summary>
In MCP settings, add a new server:
uv tool run context-engineering-mcp</details>
<details> <summary>Codex</summary>
Add to your config (TOML):
[mcp_servers.sutra]
command = "uv"
args = ["tool", "run", "context-engineering-mcp"]</details>
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).
git clone https://github.com/4rgon4ut/sutra.git
cd sutra uv sync --all-extras
# OR
pip install -e ".[dev]" pytestMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.