Skip to content
Zed

comprabtc for Zed

io.github.csacanam/comprabtc

Non-custodial Bitcoin DCA for agent treasuries: approve USDT once, stack WBTC on Celo forever.

client:Zed transport:stdio runtime:npm

Install comprabtc 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": {
    "comprabtc": {
      "command": "npx",
      "args": [
        "-y",
        "comprabtc-mcp"
      ],
      "env": {
        "COMPRABTC_WALLET_PRIVATE_KEY": "<COMPRABTC_WALLET_PRIVATE_KEY>",
        "COMPRABTC_MAX_PER_RUN_USDT": "<COMPRABTC_MAX_PER_RUN_USDT>"
      }
    }
  }
}

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

comprabtc in other clients