Skip to content
Zed

Boltwork for Zed

io.github.squidboy30/boltwork-mcp

AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.

client:Zed transport:stdio runtime:pypi

Install Boltwork 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": {
    "boltwork-mcp": {
      "command": "uvx",
      "args": [
        "boltwork-mcp"
      ],
      "env": {
        "NWC_CONNECTION_STRING": "<NWC_CONNECTION_STRING>",
        "PHOENIXD_URL": "<PHOENIXD_URL>",
        "PHOENIXD_PASSWORD": "<PHOENIXD_PASSWORD>"
      }
    }
  }
}

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

Boltwork in other clients