Skip to content
Cursor

checkmcp for Cursor

io.github.h129hj/checkmcp

Audit any MCP server's security & quality — OWASP MCP Top 10 + explainable 0-100 MCP Score

client:Cursor transport:stdio runtime:pypi

Install checkmcp in Cursor

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

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

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

checkmcp in other clients