mcp-sql-analyst

josephinewoodw/mcp-sql-analyst
★ 0 stars Python Database Updated today
MCP server giving an LLM safe, read-only, audited access to a SQL database
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": {
    "mcp-sql-analyst": {
      "command": "uvx",
      "args": [
        "mcp-sql-analyst"
      ]
    }
  }
}

Or install with pip: pip install mcp-sql-analyst

README Excerpt

An MCP server that gives a language model safe, read-only, audited access to a SQL database. Letting an analyst query a database in plain English is easy to demo and hard to do safely. The model can write the SQL; the real problem is the interface around it — making it read the schema before guessing column names, never run anything but `SELECT`, and log every call. That's what this builds. SQLite stands in for Snowflake/BigQuery here; the MCP surface is the same, only the connection changes.

Tools (1)

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