bolthub for Zed
ai.bolthub/mcp
The bolthub API marketplace, L402 gateways, and your other MCP servers, on one Lightning budget.
client:Zed
transport:stdio
runtime:npm
Install bolthub in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bolthub/mcp"
],
"env": {
"LND_REST_HOST": "<LND_REST_HOST>",
"LND_MACAROON": "<LND_MACAROON>",
"NWC_URI": "<NWC_URI>",
"LNBITS_URL": "<LNBITS_URL>",
"LNBITS_ADMIN_KEY": "<LNBITS_ADMIN_KEY>",
"PHOENIXD_URL": "<PHOENIXD_URL>",
"PHOENIXD_PASSWORD": "<PHOENIXD_PASSWORD>",
"BUDGET_SATS": "<BUDGET_SATS>",
"BOLTHUB_ACCOUNT_TOKEN": "<BOLTHUB_ACCOUNT_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs