codex-personal-data-engineer

JYL004/codex-personal-data-engineer
★ 0 stars Python Database Updated 5d ago
Codex plugin and Python MCP server for safe, read-only exploration of SQLite and SQL Server databases
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": {
    "codex-personal-data-": {
      "command": "uvx",
      "args": [
        "codex-personal-data-engineer"
      ]
    }
  }
}

Or install with pip: pip install codex-personal-data-engineer

README Excerpt

A standalone Codex plugin and Python MCP server for safe, read-only exploration of personal SQLite and SQL Server databases. - Implements MCP/JSON-RPC directly over stdio with JSONL and `Content-Length` framing. - Supports named SQLite and SQL Server connections. - Discovers schemas, objects, columns, and object definitions.
📊
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 →