Bitcoin MCP for Zed
io.github.bortlesboat/bitcoin-mcp
49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config.
client:Zed
transport:stdio
runtime:pypi
Install Bitcoin MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bitcoin-mcp": {
"command": "uvx",
"args": [
"bitcoin-mcp"
],
"env": {
"BITCOIN_RPC_HOST": "<BITCOIN_RPC_HOST>",
"BITCOIN_RPC_PORT": "<BITCOIN_RPC_PORT>",
"BITCOIN_NETWORK": "<BITCOIN_NETWORK>",
"SATOSHI_API_URL": "<SATOSHI_API_URL>",
"SATOSHI_API_KEY": "<SATOSHI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs