← Index

io.github.joepangallo/mcp-audit-server

io.github.joepangallo/mcp-audit-server·v2.1.0·Security
Quality Score
84
/100

Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-audit-server": {
      "command": "npx",
      "args": [
        "-y",
        "ledd-mcp-audit-server"
      ],
      "env": {
        "AGENT_SECURITY_API_KEY": "<your-agent_security_api_key>",
        "AGENT_SECURITY_BASE_URL": "<agent_security_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-audit-server": {
      "command": "npx",
      "args": [
        "-y",
        "ledd-mcp-audit-server"
      ],
      "env": {
        "AGENT_SECURITY_API_KEY": "<your-agent_security_api_key>",
        "AGENT_SECURITY_BASE_URL": "<agent_security_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ledd-mcp-audit-server
§02  Environment variables
AGENT_SECURITY_API_KEY
requiredsecret

API key for the managed hosted audit backend

AGENT_SECURITY_BASE_URL

Optional HTTPS API origin for self-hosted or private deployments

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Security