mcp geracash for Zed
io.github.geraservicesuk/mcp-geracash
Cross-border remittance and wallet: send money, pay bills, FX, balances. OAuth+2FA for writes.
client:Zed
transport:stdio
runtime:npm
Install mcp geracash in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-geracash": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geracash"
],
"env": {
"GERACASH_API_URL": "<GERACASH_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs