Back to MCP Servers
Aegis
Policy-based governance for AI agent tool calls. YAML policies, approval gates, risk assessment, and audit logging. Cross-platform: LangChain, OpenAI, Anthropic, MCP.
securitygoaiagent
By Acacian
Installation
npx -y aegisConfiguration
{
"mcpServers": {
"aegis": {
"command": "npx",
"args": ["-y", "aegis"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes