local-budget

natejswenson/local-budget
★ 0 stars Python Database Updated today
Local-first, agent-first bank-statement spending agent — one SQLite DB behind a column-level authorizer, a stdio MCP server + no-code Claude skills.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-budget": {
      "command": "uvx",
      "args": [
        "local-budget"
      ]
    }
  }
}

Or install with pip: pip install local-budget

README Excerpt

A **local-first, agent-first** personal spending agent for your bank/financial statements. Your data stays in one local `data/budget.db` on your own machine — full account numbers and every transaction. You don't click through an app to understand your money; you *talk* to it from a Claude Code session pointed at this repo, through a small MCP server
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →