Skip to content
Cline

mcp audit server for Cline

io.github.joepangallo/mcp-audit-server

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

client:Cline transport:stdio runtime:npm

Install mcp audit server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp audit server in other clients