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
{
"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