bitso mcp for Zed
io.github.mrfentmen/bitso-mcp
Crypto prices from Bitso. No key required.
client:Zed
transport:stdio
runtime:npm
Install bitso mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bitso-mcp": {
"command": "npx",
"args": [
"-y",
"bitso-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs