Help us improve
Share bugs, ideas, or general feedback.
From clickhouse
Guides users through setting up the ClickHouse MCP server connection bundled with this plugin. Use when the user first installs the plugin or has trouble connecting to ClickHouse.
npx claudepluginhub anthropics/claude-plugins-official --plugin clickhouseHow this skill is triggered — by the user, by Claude, or both
Slash command
/clickhouse:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin includes the [ClickHouse Cloud Remote MCP server](https://clickhouse.com/docs/cloud/features/ai-ml/remote-mcp) at `https://mcp.clickhouse.cloud/mcp`. It provides secure, read-only access to your ClickHouse Cloud clusters.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
Share bugs, ideas, or general feedback.
This plugin includes the ClickHouse Cloud Remote MCP server at https://mcp.clickhouse.cloud/mcp. It provides secure, read-only access to your ClickHouse Cloud clusters.
Verify the MCP server is connected: Check that the ClickHouse MCP server appears in your available tools. If it does, you're ready to go.
Authenticate via OAuth: The MCP server uses OAuth with your ClickHouse Cloud credentials. Follow the prompts when first connecting to authorize access.
Test the connection: Try listing databases or running a simple SELECT query to confirm everything works.
/reload-plugins to reload plugin MCP servers.https://mcp.clickhouse.cloud. The MCP server is a remote HTTP endpoint and requires internet access.Claude Code enforces a 30-second timeout on all MCP tool calls. This cannot be changed by the user or the MCP server. While the run_select_query tool accepts a timeoutSeconds parameter (default 300s, max 3600s), Claude Code will kill the connection after 30 seconds regardless of this setting.
Implications:
LIMIT clauses to bound result setstimeoutSecondsOnce connected, the ClickHouse MCP server provides these tools:
like/notLike filtering)All tools are read-only. See the ClickHouse MCP docs for details.
This plugin also includes the clickhouse-best-practices skill with 28 rules covering schema design, query optimization, and insert strategy. That skill activates automatically when you work with ClickHouse -- no setup needed.