Skip to content
Zed

mcp server for Zed

io.github.lightningfaucet/mcp-server

Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support.

client:Zed transport:stdio runtime:npm

Install mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "lightning-faucet-mcp"
      ]
    }
  }
}

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

mcp server in other clients