← Back to Plugins
MCP Server MCP

io.github.JosueM1109/personal-finance-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/josuem1109/personal-finance-mcp:1.0.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/josuem1109/personal-finance-mcp:1.0.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:{PORT}/mcp"
      },
      "environmentVariables": [
        {
          "description": "Your Plaid client_id from the Plaid dashboard (Team Settings -> API).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PLAID_CLIENT_ID"
        },
        {
          "description": "Your Plaid secret for the target environment (production or sandbox).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PLAID_SECRET"
        },
        {
          "description": "Plaid environment: production or sandbox.",
          "format": "string",
          "default": "production",
          "choices": [
            "production",
            "sandbox"
          ],
          "name": "PLAID_ENV"
        },
        {
          "description": "Port the MCP HTTP server listens on inside the container.",
          "format": "string",
          "default": "8000",
          "name": "PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...