Back to MCP Servers

Aegis

Credential isolation proxy for AI agents. Injects secrets at the network boundary with domain restrictions, agent authentication, and audit logging. No SDK required — works as a transparent HTTP proxy or MCP server.

securityrestaiagent

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