Skip to content
Cursor

paceproof for Cursor

io.github.rudrendupaul/paceproof

Verifies Ed25519-signed attestation records and builds audit reports via MCP tools.

client:Cursor transport:stdio runtime:npm

Install paceproof in Cursor

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

{
  "mcpServers": {
    "paceproof": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "paceproof-cli"
      ]
    }
  }
}

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

paceproof in other clients