Skip to content
Gemini CLI

personal finance mcp for Gemini CLI

io.github.josuem1109/personal-finance-mcp

Self-hosted, read-only MCP server that connects your banks and investments via Plaid.

client:Gemini CLI transport:stdio runtime:oci

Install personal finance mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "personal-finance-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/josuem1109/personal-finance-mcp:1.0.0"
      ],
      "env": {
        "PLAID_CLIENT_ID": "<PLAID_CLIENT_ID>",
        "PLAID_SECRET": "<PLAID_SECRET>",
        "PLAID_ENV": "<PLAID_ENV>",
        "PORT": "<PORT>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

personal finance mcp in other clients