personal-db

intelc/personal-db
★ 1 stars Python Database Updated 2d ago
Personal data layer for AI agents — the missing open-source database + data-sync piece for self-hosted agentic second-brain systems. SQLite + per-tracker scripts + MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "personal-db": {
      "command": "uvx",
      "args": [
        "personal-db"
      ]
    }
  }
}

Or install with pip: pip install personal-db

README Excerpt

The missing open-source database + data-sync piece for self-hosted agentic second-brain systems. Where Obsidian holds your notes, `personal_db` holds your structured data — sleep, code, messages, screen time, contacts, calendar — in a local SQLite file, and exposes it to AI agents over MCP so they have persistent memory of you across tools (Claude Desktop, Claude Code, OpenClaw, Cursor, …).

Tools (2)

github_commitslist_trackers
📊
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 →