proctor for Grok
io.github.louissarvin/proctor
Human oversight for AI agents: block a tool call on a verified human, with on-chain proof.
client:Grok
transport:stdio
runtime:npm
Install proctor in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs