PluginBench
MCP Server

mcp-audit MCP Server

io.github.saagpatel/mcp-audit

What is the mcp-audit MCP server?

Scan, enumerate, and risk-score every MCP server configured on your machine.

How to install mcp-audit

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-audit": {
      "command": "uvx",
      "args": [
        "mcp-audits",
        "serve"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-audit": {
      "command": "uvx",
      "args": [
        "mcp-audits",
        "serve"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-audit": {
      "command": "uvx",
      "args": [
        "mcp-audits",
        "serve"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-audit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-audits",
        "serve"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-audit -- uvx mcp-audits serve

Related MCP servers

Check the danger grade of any public MCP server before you connect.

View repository →

Generate complete, tested FastMCP 3.x MCP servers from one plain-English sentence.

View repository →

Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.

View repository →

Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

View repository →

Local MCP server that inventories and risk-grades MCP servers configured on this machine.

View repository →