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

Installation

npx -y aegis

Configuration

{
  "mcpServers": {
    "aegis": {
      "command": "npx",
      "args": ["-y", "aegis"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub