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