Skip to content
Cursor

candor for Cursor

io.github.tombaldwin/candor

Per-function effect analysis for agents: blast radius, what reaches the network, gate verdicts.

client:Cursor transport:stdio runtime:npm

Install candor in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "candor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "candor-ts"
      ],
      "env": {
        "CANDOR_ROOT": "<CANDOR_ROOT>"
      }
    }
  }
}

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

candor in other clients