Agent Mandate Verification for Cursor
io.github.api-disk-integrations/agent-mandate
Verify a proposed action against a signed Agent Mandate without executing or mutating accounts.
client:Cursor
transport:stdio
runtime:npm
Install Agent Mandate Verification in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-mandate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@api-disk-integrations/agent-mandate-mcp"
],
"env": {
"AGENT_MANDATE_API_KEY": "<AGENT_MANDATE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs