sql-agent-mcp-server

ytyng/sql-agent-mcp-server
★ 0 stars Python Database Updated today
An 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": {
    "sql-agent-mcp-server": {
      "command": "uvx",
      "args": [
        "sql-agent-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install sql-agent-mcp-server

README Excerpt

An MCP server that connects to MySQL and PostgreSQL databases to execute queries. A standalone CLI (`sql-agent-cli`) is also provided. - **Config key rename**: `mysql_servers` → `sql_servers`. Update your `config.yaml`. The old key is no longer recognized. - **PostgreSQL row format**: The cursor was changed from `DictCursor` to `RealDictCursor`, so SELECT result rows are now plain dicts (`[{"col": value}]`) instead of list-shaped `DictRow` (`[[value]]`). This is a bug fix — clients that depended
📊
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 →