Skip to content
Zed

Agent Mandate Verification for Zed

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

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

client:Zed transport:stdio runtime:npm

Install Agent Mandate Verification in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Agent Mandate Verification in other clients