Skip to content
Cursor

sutra for Cursor

io.github.4rgon4ut/sutra

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

client:Cursor transport:stdio runtime:pypi

Install sutra in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sutra in other clients