io.github.joepangallo/mcp-audit-server✓
io.github.joepangallo/mcp-audit-server · v2.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.joepangallo/mcp-audit-server",
"description": "Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend",
"repository": {
"url": "https://github.com/joepangallo/mcp-audit-server",
"source": "github"
},
"version": "2.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "ledd-mcp-audit-server",
"version": "2.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for the managed hosted audit backend",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENT_SECURITY_API_KEY"
},
{
"description": "Optional HTTPS API origin for self-hosted or private deployments",
"format": "string",
"name": "AGENT_SECURITY_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}