mcp geracash for Cursor
io.github.geraservicesuk/mcp-geracash
Cross-border remittance and wallet: send money, pay bills, FX, balances. OAuth+2FA for writes.
client:Cursor
transport:stdio
runtime:npm
Install mcp geracash in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-geracash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geracash"
],
"env": {
"GERACASH_API_URL": "<GERACASH_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs