Skip to content
Windsurf

Agent Mandate Verification for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install Agent Mandate Verification in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Agent Mandate Verification in other clients