mcp belvo for Zed
io.github.codespar/mcp-belvo
Belvo — Open Finance aggregator for LATAM
client:Zed
transport:stdio
runtime:npm
Install mcp belvo in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-belvo": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-belvo"
],
"env": {
"BELVO_SECRET_ID": "<BELVO_SECRET_ID>",
"BELVO_SECRET_PASSWORD": "<BELVO_SECRET_PASSWORD>",
"BELVO_SANDBOX": "<BELVO_SANDBOX>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs