Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Agent Mandate Verification in other clients