urdb mcp for Zed
io.github.getmystadmin/urdb-mcp
Search URDB for product integrity scores, enshittification events, and change tracking.
client:Zed
transport:stdio
runtime:npm
Install urdb mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"urdb-mcp": {
"command": "npx",
"args": [
"-y",
"urdb-mcp"
],
"env": {
"URDB_API_KEY": "<URDB_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs