run-sql-connectorxMCP Server25/100 via “mcp protocol wrapping for database access”
** - Execute SQL (PostgreSQL, MariaDB, BigQuery, MS SQL Server, RedShift, etc.) via ConnectorX and stream results to CSV/Parquet. MCP tool: run_sql.
Unique: Implements MCP server pattern to expose ConnectorX database execution as a first-class tool in the Model Context Protocol ecosystem, enabling LLM agents to query databases with the same interface they use for file systems, APIs, and other resources. Handles connection lifecycle and result streaming within the MCP protocol layer.
vs others: More standardized than custom LangChain tools (uses MCP instead of proprietary integration) and more flexible than direct database drivers (supports multiple clients and tools); MCP abstraction enables the same database tool to work with Claude, Cline, and future MCP-compatible AI systems.