Skip to content
Cursor

proof for Cursor

io.github.toremlabs/proof

Govern your AI coding agent: frame the work, review the changes, keep a signed decision record.

client:Cursor transport:stdio runtime:npm

Install proof in Cursor

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

{
  "mcpServers": {
    "proof": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@toremlabs/proof-mcp"
      ]
    }
  }
}

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

proof in other clients