Aegis — AI Agent Governance for Grok
io.github.acacian/aegis
Policy-based governance for AI agent tool calls. YAML policy, approval gates, audit logging.
client:Grok
transport:stdio
runtime:pypi
Install Aegis — AI Agent Governance in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"aegis": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-aegis"
],
"env": {
"AEGIS_POLICY_PATH": "<AEGIS_POLICY_PATH>"
}
}
}
}
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