Skip to content
Zed

BPE (Bitcoin Pricing Engine) for Zed

io.github.bxetech/bpe-mcp

Consolidated Bitcoin market data for AI agents: BBO pricing, ML signals, funding skew, briefings.

client:Zed transport:stdio runtime:npm

Install BPE (Bitcoin Pricing Engine) 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": {
    "bpe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bxetech/bpe-mcp"
      ],
      "env": {
        "BPE_API_KEY": "<BPE_API_KEY>",
        "BPE_BASE_URL": "<BPE_BASE_URL>"
      }
    }
  }
}

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

BPE (Bitcoin Pricing Engine) in other clients