Skip to content
VS Code

sutra for VS Code

io.github.4rgon4ut/sutra

Context Engineering Engine. Provides cognitive tools, memory structures, and agent patterns.

client:VS Code transport:stdio runtime:pypi

Install sutra in VS Code

.vscode/mcp.json

{
  "servers": {
    "sutra": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "context-engineering-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

sutra in other clients