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
{
"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