blockchain info mcp for Zed
io.github.mrfentmen/blockchain-info-mcp
Bitcoin data from blockchain.info: price ticker, latest block, and address balances. No key...
client:Zed
transport:stdio
runtime:npm
Install blockchain info mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"blockchain-info-mcp": {
"command": "npx",
"args": [
"-y",
"blockchain-info-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs