Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ—„๏ธ Databases
  3. MCP Run Sql Connectorx
MCP Run Sql Connectorx logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:49:18 PM

MCP Run Sql Connectorx

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).
sqldatabasesconnectorxparquetcsv

Runs SQL through ConnectorX and streams results to CSV or Parquet files via one MCP tool.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "gigamori-mcp-run-sql-connectorx": {
      "command": "uvx",
      "args": [
        "run-sql-connectorx"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ—„๏ธ More in Databases

Overview

The gigamori/mcp-run-sql-connectorx MCP server executes SQL through ConnectorX and writes results to CSV or Parquet files. Its single `run_sql` tool reads SQL from a file, processes results in PyArrow RecordBatch chunks, and saves them to a specified destination. ConnectorX provides support for databases such as PostgreSQL, MariaDB, SQLite, BigQuery, Redshift, and Microsoft SQL Server. Use it when an agent needs file-based query output, especially for large result sets that should not be returned inline.

Use cases

โ€ขExport SQL query results to Parquet for downstream analysis
โ€ขStream large database results into CSV files
โ€ขRun file-based SQL queries across ConnectorX-supported databases
โ€ขCount tokens in generated CSV output before further processing

Key features

โ€ขExecutes SQL from a file
โ€ขWrites CSV or Parquet output
โ€ขStreams results in Arrow RecordBatch chunks
โ€ขSupports ConnectorX database backends
โ€ขOptionally counts CSV tokens
โ€ขDeletes partial files after errors

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Run Sql Connectorx.

Extracted Tool Capabilities
Executes SQL from a file
Writes CSV or Parquet output
Streams results in Arrow RecordBatch chunks
Supports ConnectorX database backends
Optionally counts CSV tokens
Deletes partial files after errors

How MCP Run Sql Connectorx works

What gigamori/mcp-run-sql-connectorx MCP server does

The gigamori/mcp-run-sql-connectorx MCP server exposes one MCP tool, run_sql, for executing SQL stored in a file. The tool writes the query result to a caller-selected output path in either CSV or Parquet format. It returns a short text status rather than embedding the result data in the MCP response.

The server delegates database access to ConnectorX. The README lists PostgreSQL, MySQL and MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift, and Google BigQuery as common supported sources. The exact connection-token syntax depends on ConnectorX and the selected database.

CSV output is UTF-8 encoded and always includes a header row when the result has columns. Parquet output uses PyArrow defaults. If batches do not share a compatible schema, Parquet writing fails rather than producing an inconsistent file.

How it works

A client supplies four main values to run_sql:

  • sql_file: path to the file containing the SQL statement
  • output_path: destination for the generated file
  • output_format: either csv or parquet
  • batch_size: optional RecordBatch size, defaulting to 100,000 rows

Results are streamed from ConnectorX in Arrow RecordBatch chunks. This allows output to be written incrementally instead of collecting the complete result in the MCP message. Empty queries still produce an output: CSV creates an empty file, while Parquet writes an empty table.

Successful calls return OK. CSV calls can optionally report a token count, while failures return an error message and remove any partially written output file.

Setup and configuration

The gigamori/mcp-run-sql-connectorx MCP server is launched with uvx and requires a ConnectorX conn connection token. The README shows the project being launched from its Git repository with the run-sql-connectorx command and a required --conn option. Connection-token formats are maintained in the ConnectorX documentation rather than defined by this MCP project.

The optional --csv-token-threshold CLI option enables per-line CSV token counting with tiktoken using the o200k_base encoding. Its default is 0, which disables counting. When enabled, the value acts as a warning threshold. The counted text is the exact CSV output, including headers, delimiters, quotes, and line endings.

The README includes a Cursor configuration example using .cursor/mcp.json. The example starts the server with uvx, references the GitHub repository, and passes the connection token as an argument.

Tools and capabilities

The only exposed tool is run_sql. It supports:

  • SQL loaded from a file rather than an inline tool argument
  • CSV and Parquet destinations
  • Configurable Arrow batch sizes
  • ConnectorX database backends
  • Incremental output for large query results
  • Optional CSV token accounting
  • Cleanup of partial files after exceptions

When CSV counting is active, a successful response reports the number of tokens. If the count reaches the configured threshold, the response also warns that the result may impair processing. Parquet calls return OK without CSV token counting.

Limitations and notes

The gigamori/mcp-run-sql-connectorx MCP server does not document a separate database abstraction or connection-management layer; database support and connection-token details come from ConnectorX. The SQL must be available in a file accessible to the server, and the caller must provide an output path.

Parquet schema differences between streamed batches cause an error. Any exception deletes the incomplete output. Credentials and endpoint details are part of the ConnectorX connection token, so deployment should protect the command configuration and related files. The README identifies the project as MIT licensed.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Databases View all alternatives
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs Genai Toolbox โ†’
  • Legion MCP logoLegion MCP

    Universal database MCP server supporting multiple database types including PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB, and SQLite.

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs Legion MCP โ†’
  • MCP Server Sqlalchemy logoMCP Server Sqlalchemy

    An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc)

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs MCP Server Sqlalchemy โ†’
  • MCP Alchemy logoMCP Alchemy

    Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities.

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs MCP Alchemy โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Run Sql Connectorx

The README shows launching it with `uvx` from the GitHub repository using the `run-sql-connectorx` command and a required ConnectorX `--conn` connection token.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Run Sql Connectorx AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gigamori-mcp-run-sql-connectorx?style=directory)](https://allmcps.com/mcp/gigamori-mcp-run-sql-connectorx)
HTML Embed
<a href="https://allmcps.com/mcp/gigamori-mcp-run-sql-connectorx"><img src="https://allmcps.com/api/badge/gigamori-mcp-run-sql-connectorx?style=directory" alt="MCP Run Sql Connectorx on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsCursor
Last updatedSep 6, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 3, 2025
45Quality signal: Fair ยท 45/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity0/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท run-sql-connectorx (PyPI)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ—„๏ธ Databases โ†’Best MCP servers for Databases โ†’Alternatives to MCP Run Sql Connectorx โ†’Install in Claude DesktopInstall in CursorInstall in VS Code