Skip to content
Cursor

mcp-audit for Cursor

io.github.saagpatel/mcp-audit

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

client:Cursor transport:stdio runtime:pypi

Install mcp-audit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-audit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-audits"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp-audit in other clients