What is the Aegis MCP server?
Charter-bound defensive security copilot: secrets, obfuscation, deps, Dockerfile, IaC scans.
How to install Aegis
Copy-paste configuration for popular MCP clients.
AEGIS_HOMEProject root containing data/mythos.yaml. Defaults to current working directory.
ANTHROPIC_API_KEYsecretOptional. Only needed if you call the `aegis advise` cloud LLM path.
{
"mcpServers": {
"aegis": {
"command": "python",
"args": [
"aegis-sec",
"--from",
"aegis-sec",
"aegis-mcp"
],
"env": {
"AEGIS_HOME": "<YOUR_AEGIS_HOME>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}{
"mcpServers": {
"aegis": {
"command": "python",
"args": [
"aegis-sec",
"--from",
"aegis-sec",
"aegis-mcp"
],
"env": {
"AEGIS_HOME": "<YOUR_AEGIS_HOME>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}{
"mcpServers": {
"aegis": {
"command": "python",
"args": [
"aegis-sec",
"--from",
"aegis-sec",
"aegis-mcp"
],
"env": {
"AEGIS_HOME": "<YOUR_AEGIS_HOME>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}{
"servers": {
"aegis": {
"type": "stdio",
"command": "python",
"args": [
"aegis-sec",
"--from",
"aegis-sec",
"aegis-mcp"
],
"env": {
"AEGIS_HOME": "<YOUR_AEGIS_HOME>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}claude mcp add aegis --env AEGIS_HOME=<YOUR_AEGIS_HOME> --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> -- python aegis-sec --from aegis-sec aegis-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.