agent sudo mcp for Cursor
io.github.kisyntra/agent-sudo-mcp
MCP adapter for Agent_Sudo: authorization, delegation, provenance, and audit for AI agents.
client:Cursor
transport:stdio
runtime:pypi
Install agent sudo mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-sudo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-sudo-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs