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.
Quick Start
Clone the repository:
git clone https://github.com/gigamori/mcp-run-sql-connectorxClaude 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.