Skip to content
Zed

mcp server for Zed

io.github.xcp/mcp-server

Interact with Counterparty — the token protocol on Bitcoin. Query, compose, sign.

client:Zed transport:stdio runtime:npm

Install mcp server 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@21e14/mcp-server"
      ],
      "env": {
        "COUNTERPARTY_NODE": "<COUNTERPARTY_NODE>",
        "SIGNER_PRIVATE_KEY": "<SIGNER_PRIVATE_KEY>",
        "SIGNER_ADDRESS": "<SIGNER_ADDRESS>"
      }
    }
  }
}

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

mcp server in other clients