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