ZebPay MCP Server for Zed
io.github.zebpayrajesh/zebpay-mcp-server
MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders
client:Zed
transport:stdio
runtime:npm
Install ZebPay MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"zebpay-mcp-server": {
"command": "npx",
"args": [
"-y",
"@zebpay_rajesh/zebpay-mcp-server"
],
"env": {
"ZEBPAY_API_KEY": "<ZEBPAY_API_KEY>",
"ZEBPAY_API_SECRET": "<ZEBPAY_API_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs