mcp celcoin for Zed
io.github.codespar/mcp-celcoin
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
client:Zed
transport:stdio
runtime:npm
Install mcp celcoin in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-celcoin": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-celcoin"
],
"env": {
"CELCOIN_CLIENT_SECRET": "<CELCOIN_CLIENT_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs