Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"averlon-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--platform",
"linux/amd64",
"-e",
"AVERLON_API_KEY",
"-e",
"AVERLON_API_SECRET",
"-e",
"SECDI_SERVER",
"ghcr.io/averlon-security/averlon-mcp:sha-a8e5b91"
],
"env": {
"SECDI_SERVER": "https://wfe.prod.averlon.io",
"AVERLON_API_KEY": "${AVERLON_MCPCLIENT_API_KEY}",
"AVERLON_API_SECRET": "${AVERLON_MCPCLIENT_SECRET_KEY}"
}
}
}
}Replace placeholder values for: AVERLON_API_KEY, AVERLON_API_SECRET
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Environment variables set when the server starts
SECDI_SERVER=https://wfe.prod.averlon.ioAVERLON_API_KEY=${AVERLON_MCPCLIENT_API_KEY}AVERLON_API_SECRET=${AVERLON_MCPCLIENT_SECRET_KEY}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub averlon-ai/averlon-claude-marketplace --plugin container-remediation