Skip to content
Cursor

urdb mcp for Cursor

io.github.getmystadmin/urdb-mcp

Search URDB for product integrity scores, enshittification events, and change tracking.

client:Cursor transport:stdio runtime:npm

Install urdb mcp in Cursor

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

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

{
  "mcpServers": {
    "urdb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "urdb-mcp"
      ],
      "env": {
        "URDB_API_KEY": "<URDB_API_KEY>"
      }
    }
  }
}

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

urdb mcp in other clients