Binance Spot (security-first) + crypto analyst for Zed
io.github.alejandrehl/kainext-binance-mcp
Security-first Binance Spot MCP + honest crypto analyst. 25 tools, 5 prompts, human-gated orders.
client:Zed
transport:stdio
runtime:pypi
Install Binance Spot (security-first) + crypto analyst in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kainext-binance-mcp": {
"command": "uvx",
"args": [
"kainext-binance-mcp"
],
"env": {
"BINANCE_ENV": "<BINANCE_ENV>",
"BINANCE_READ_API_KEY": "<BINANCE_READ_API_KEY>",
"BINANCE_READ_API_SECRET": "<BINANCE_READ_API_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs