askdb-mcp

rafay247/askdb-mcp
★ 0 stars Python Database Updated today
askdb_mcp is a local Python MCP server for asking a SQLite database questions in natural language.
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": {
    "askdb-mcp": {
      "command": "uvx",
      "args": [
        "askdb-mcp"
      ]
    }
  }
}

Or install with pip: pip install askdb-mcp

README Excerpt

`askdb_mcp` is a local Python MCP server for asking a SQLite database questions in natural language. It uses OpenAI to generate SQL, executes read queries after validation, and requires FastAPI approval before running `INSERT`, `UPDATE`, or `DELETE`. ▶ [Watch the demo](docs/media/ui-demo.mp4) ([captions](docs/media/ui-demo.srt))

Tools (2)

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