aegis mcp for Cursor
io.github.cleburn/aegis-mcp
Runtime governance enforcement for AI agents. Zero token overhead.
client:Cursor
transport:stdio
runtime:npm
Install aegis mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aegis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aegis-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs