Aegis for Grok
io.github.verrysimatupang99/aegis
Charter-bound defensive security copilot: secrets, obfuscation, deps, Dockerfile, IaC scans.
client:Grok
transport:stdio
runtime:pypi
Install Aegis in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"aegis": {
"type": "stdio",
"command": "uvx",
"args": [
"aegis-sec"
],
"env": {
"AEGIS_HOME": "<AEGIS_HOME>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs