Skip to content
Grok

Agent Mandate Verification for Grok

io.github.api-disk-integrations/agent-mandate

Verify a proposed action against a signed Agent Mandate without executing or mutating accounts.

client:Grok transport:stdio runtime:npm

Install Agent Mandate Verification in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "agent-mandate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@api-disk-integrations/agent-mandate-mcp"
      ],
      "env": {
        "AGENT_MANDATE_API_KEY": "<AGENT_MANDATE_API_KEY>"
      }
    }
  }
}

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

Agent Mandate Verification in other clients