MCP server for ClickHouse database, providing integration with schema inspection and query capabilities using the MCP protocol.
Loading more......
An MCP server integrating with Airtable to enable CRUD operations on records within code editors, showcasing a practical database MCP server implementation.
Provides read and write access to Airtable databases via an MCP server, offering a simple and effective database integration for MCP applications.
The official MCP bridge for Google BigQuery, enabling petabyte-scale analytics and integration with other MCP servers for advanced querying and automation.
An MCP server that integrates with ClickHouse databases, enabling data analysis, querying, and exploration for large-scale analytical workloads. Directly relevant as a specialized MCP server for ClickHouse.
A unified MCP server interface for connecting to multiple databases (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server), supporting connection management, query execution, and schema manipulation.
A Model Context Protocol (MCP) implementation for connecting to and working with various database systems, serving as a versatile MCP server.
MCP server for ClickHouse database
mcp-clickhouse is an open-source MCP protocol server for integrating with ClickHouse databases. It enables schema inspection and query execution capabilities via the MCP protocol, making it possible to interact with ClickHouse clusters in a controlled and secure manner.
readonly = 1 for safety).CLICKHOUSE_HOST (required): Hostname of your ClickHouse server.CLICKHOUSE_USER (required): Username for authentication.CLICKHOUSE_PASSWORD (required): Password for authentication.CLICKHOUSE_PORT: Port number (default 8443 for HTTPS, 8123 for HTTP).CLICKHOUSE_SECURE: Enable/disable HTTPS (default: true).CLICKHOUSE_VERIFY: Enable/disable SSL certificate verification (default: true).CLICKHOUSE_CONNECT_TIMEOUT: Connection timeout (default: 30 seconds).CLICKHOUSE_SEND_RECEIVE_TIMEOUT: Query timeout (default: 300 seconds).CLICKHOUSE_DATABASE: Default database to connect to (optional).Apache-2.0
No pricing information provided; mcp-clickhouse is open-source software.
mcp, clickhouse, database, integration