homestack

cameronwu421/homestack
★ 0 stars Python Database Updated today
Personal device data into one SQLite store, exposed as an MCP server and an HTTP API.
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": {
    "homestack": {
      "command": "uvx",
      "args": [
        "homestack"
      ]
    }
  }
}

Or install with pip: pip install homestack

README Excerpt

Pulls data from personal devices into one SQLite file, then exposes it two ways: an MCP server so Claude can answer questions about it, and an HTTP API for a dashboard. The point of the split is that neither adapter owns any logic. Both call the same functions in `core/query.py`, so they can't drift apart, and a UI never has to speak MCP.
📊
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 →