Skip to content
Zed

BTCFi API for Zed

io.github.aiindigo925/btcfi

Bitcoin data for AI agents. 27 tools with x402 micropayments. No API keys needed.

client:Zed transport:stdio runtime:npm

Install BTCFi API 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": {
    "btcfi": {
      "command": "npx",
      "args": [
        "-y",
        "@aiindigo/btcfi-mcp"
      ],
      "env": {
        "SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>"
      }
    }
  }
}

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

BTCFi API in other clients