Back to MCP Servers
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.
databasespostgres
By gigamori
Installation
npx -y mcp-run-sql-connectorxConfiguration
{
"mcpServers": {
"mcp-run-sql-connectorx": {
"command": "npx",
"args": ["-y", "mcp-run-sql-connectorx"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes