Skip to content
Cursor

proctor for Cursor

io.github.louissarvin/proctor

Human oversight for AI agents: block a tool call on a verified human, with on-chain proof.

client:Cursor transport:stdio runtime:npm

Install proctor 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": {
    "proctor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "proctor-mcp"
      ],
      "env": {
        "PROCTOR_API": "<PROCTOR_API>",
        "HEDERA_AGENT_ID": "<HEDERA_AGENT_ID>",
        "HEDERA_AGENT_KEY": "<HEDERA_AGENT_KEY>",
        "AGENT_ALLOWED_TOKENS": "<AGENT_ALLOWED_TOKENS>"
      }
    }
  }
}

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

proctor in other clients