Skip to content
Zed

ScalpStream for Zed

io.github.dv1-321/scalpstream-mcp

Pay-per-call data over x402: air quality, border waits, fuel prices, market research.

client:Zed transport:stdio runtime:oci

Install ScalpStream 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": {
    "scalpstream-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dv1-321/scalpstream-mcp:v0.1.6"
      ],
      "env": {
        "EVM_BASE_PRIVATE_KEY": "<EVM_BASE_PRIVATE_KEY>",
        "SCALPMCP_MAX_PRICE_USD": "<SCALPMCP_MAX_PRICE_USD>",
        "SCALPMCP_BUDGET_USD": "<SCALPMCP_BUDGET_USD>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ScalpStream in other clients