proctor for Cline
io.github.louissarvin/proctor
Human oversight for AI agents: block a tool call on a verified human, with on-chain proof.
client:Cline
transport:stdio
runtime:npm
Install proctor in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"proctor": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs