Skip to content
Zed

Billium for Zed

io.github.billiumhq/billium

Official Billium MCP server: manage crypto invoices, payments, and webhooks from any MCP host.

client:Zed transport:stdio runtime:npm

Install Billium 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": {
    "billium": {
      "command": "npx",
      "args": [
        "-y",
        "@billium/mcp"
      ],
      "env": {
        "BILLIUM_API_KEY": "<BILLIUM_API_KEY>",
        "BILLIUM_MERCHANT_ID": "<BILLIUM_MERCHANT_ID>",
        "BILLIUM_BASE_URL": "<BILLIUM_BASE_URL>"
      }
    }
  }
}

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

Billium in other clients