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