Skip to content
Zed

inference mcp for Zed

io.github.bsvkey/inference-mcp

Pay-per-token Claude & Grok inference, settled in BSV, via the inference.bsvkey.com gateway.

client:Zed transport:stdio runtime:npm

Install inference mcp 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": {
    "inference-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bsvkey/inference-mcp"
      ],
      "env": {
        "BSVKEY_API_KEY": "<BSVKEY_API_KEY>",
        "BSVKEY_BASE_URL": "<BSVKEY_BASE_URL>",
        "BSVKEY_WIF": "<BSVKEY_WIF>",
        "BSVKEY_FUNDED_SATS": "<BSVKEY_FUNDED_SATS>",
        "BSVKEY_RECEIPT_STATE": "<BSVKEY_RECEIPT_STATE>"
      }
    }
  }
}

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

inference mcp in other clients