Skip to content
Zed

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

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

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

databroker in other clients