Skip to content
Cursor

CEDRUS for Cursor

io.github.cedrus-mcp/cedrus-mcp

Reasoning scaffolding that supercharges your small AI: an argument-mapping MCP server

client:Cursor transport:stdio runtime:pypi

Install CEDRUS in Cursor

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

{
  "mcpServers": {
    "cedrus-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cedrus-mcp"
      ]
    }
  }
}

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

CEDRUS in other clients