urdb mcp for Grok
io.github.getmystadmin/urdb-mcp
Search URDB for product integrity scores, enshittification events, and change tracking.
client:Grok
transport:stdio
runtime:npm
Install urdb mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"urdb-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"urdb-mcp"
],
"env": {
"URDB_API_KEY": "<URDB_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs