Aegis for Cursor
io.github.verrysimatupang99/aegis
Charter-bound defensive security copilot: secrets, obfuscation, deps, Dockerfile, IaC scans.
client:Cursor
transport:stdio
runtime:pypi
Install Aegis in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aegis": {
"type": "stdio",
"command": "uvx",
"args": [
"aegis-sec"
],
"env": {
"AEGIS_HOME": "<AEGIS_HOME>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs