Aegis — AI Agent Governance for Cursor
io.github.acacian/aegis
Policy-based governance for AI agent tool calls. YAML policy, approval gates, audit logging.
client:Cursor
transport:stdio
runtime:pypi
Install Aegis — AI Agent Governance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aegis": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-aegis"
],
"env": {
"AEGIS_POLICY_PATH": "<AEGIS_POLICY_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs