htx mcp for Zed
io.github.mrfentmen/htx-mcp
HTX (Huobi) crypto exchange: market tickers and depth.
client:Zed
transport:stdio
runtime:npm
Install htx mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"htx-mcp": {
"command": "npx",
"args": [
"-y",
"htx-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs