mcp open finance for Zed
io.github.codespar/mcp-open-finance
MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments
client:Zed
transport:stdio
runtime:npm
Install mcp open finance in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-open-finance": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-open-finance"
],
"env": {
"OPEN_FINANCE_CLIENT_SECRET": "<OPEN_FINANCE_CLIENT_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs