databases

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.

python
cloud
local
macos
windows
linux
databases
0
View on GitHub

Installation

npx -y gigamori/mcp-run-sql-connectorx

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub