Skip to content
Claude Desktop

mcp audit server for Claude Desktop

io.github.joepangallo/mcp-audit-server

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

client:Claude Desktop transport:stdio runtime:npm

Install mcp audit server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-audit-server": {
      "command": "npx",
      "args": [
        "-y",
        "ledd-mcp-audit-server"
      ],
      "env": {
        "AGENT_SECURITY_API_KEY": "<AGENT_SECURITY_API_KEY>",
        "AGENT_SECURITY_BASE_URL": "<AGENT_SECURITY_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp audit server in other clients