Skip to main content
DatabasesPython

gigamori/mcp-run-sql-connectorx

An MCP server that executes SQL via ConnectorX and streams the result to a CSV or Parquet file. Supports PostgreSQL, MariaDB, BigQuery, RedShift, MS SQL Server, etc.

databasescloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/gigamori/mcp-run-sql-connectorx

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-run-sql-connectorx": {
      "command": "npx",
      "args": [
        "-y",
        "gigamori/mcp-run-sql-connectorx"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
gigamori