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
{
"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