sqlitescout-mcp

onurege3467/sqlitescout-mcp
★ 0 stars Python Database Updated 13d ago
Explore SQLite databases through MCP — inspect schemas, run queries, analyze tables, get stats. Zero-dependency Python MCP server.
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": {
    "sqlitescout-mcp": {
      "command": "uvx",
      "args": [
        "sqlitescout-mcp"
      ]
    }
  }
}

Or install with pip: pip install sqlitescout-mcp

README Excerpt

**Explore SQLite databases through the Model Context Protocol (MCP).** Inspect schemas, run queries, analyze tables, and get stats — all via AI agent tools. SQLiteScout exposes SQLite database operations as MCP tools that AI agents (Claude Code, Copilot, Hermes, etc.) can call directly: | Tool | Purpose |

Tools (8)

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