databroker for Zed
dev.mossforge/databroker
Pay-per-call UK MOT history, reliability analytics and identifier utilities. x402 USDC on Base.
client:Zed
transport:stdio
runtime:npm
Install databroker in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"databroker": {
"command": "npx",
"args": [
"-y",
"@mossforge/databroker-mcp"
],
"env": {
"DATABROKER_BASE_URL": "<DATABROKER_BASE_URL>",
"DATABROKER_SIGNER": "<DATABROKER_SIGNER>",
"DATABROKER_WALLET_KEY": "<DATABROKER_WALLET_KEY>",
"CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
"CDP_WALLET_SECRET": "<CDP_WALLET_SECRET>",
"DATABROKER_MAX_USDC": "<DATABROKER_MAX_USDC>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs