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
By getaegis
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