Run SQL Connectorx
MCP ServerAn MCP server that executes SQL via ConnectorX and streams the result to CSV or Parquet in PyArrow RecordBatch chunks. Output formats: csv or parquet CSV: UTF-8, header row is always written Parquet: PyArrow defaults; schema mismatch across batches raises an error Return value: the string "OK" on success, or "Error: " on failure On failure the partially written output file is deleted CSV token cou
8.0gigamori/mcp-run-sql-connectorx