mcp geracash for VS Code
io.github.geraservicesuk/mcp-geracash
Cross-border remittance and wallet: send money, pay bills, FX, balances. OAuth+2FA for writes.
client:VS Code
transport:stdio
runtime:npm
Install mcp geracash in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "geracash-api-url",
"description": "GERACASH_API_URL",
"password": true
}
],
"servers": {
"mcp-geracash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geracash"
],
"env": {
"GERACASH_API_URL": "${input:geracash-api-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs