MCP Server
MCP
Aegis
Charter-bound defensive security copilot: secrets, obfuscation, deps, Dockerfile, IaC scans.
Install
uvx aegis-sec
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "aegis-sec",
"version": "0.1.1",
"runtimeHint": "python",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "aegis-sec",
"type": "named",
"name": "--from"
}
],
"packageArguments": [
{
"isRequired": true,
"value": "aegis-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Project root containing data/mythos.yaml. Defaults to current working directory.",
"name": "AEGIS_HOME"
},
{
"description": "Optional. Only needed if you call the `aegis advise` cloud LLM path.",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment