Agent Mandate Verification for Claude Desktop
io.github.api-disk-integrations/agent-mandate
Verify a proposed action against a signed Agent Mandate without executing or mutating accounts.
client:Claude Desktop
transport:stdio
runtime:npm
Install Agent Mandate Verification in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-mandate": {
"command": "npx",
"args": [
"-y",
"@api-disk-integrations/agent-mandate-mcp"
],
"env": {
"AGENT_MANDATE_API_KEY": "<AGENT_MANDATE_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs