The official Claude Code Plugin for ClickHouse. Extends Claude Code with ClickHouse best practice skills, rules, and the ClickHouse MCP server.
Install from the Claude Code plugin directory (pending marketplace approval):
claude plugin install clickhouse@claude-plugins-officialOr clone the repo and load it directly:
git clone --recursive https://github.com/ClickHouse/clickhouse-claude-code-plugin
claude --plugin-dir ./clickhouse-claude-code-plugin- Skills — ClickHouse best practice rules covering schema design, query optimization, and data ingestion, applied automatically when you work with ClickHouse
- MCP Server — connects Claude Code to the ClickHouse Cloud Remote MCP server for schema inspection and read-only SQL queries against your clusters
See skills/clickhouse-best-practices/ for the full rule set.
Best practice rules are sourced from ClickHouse/agent-skills and kept in sync via a weekly GitHub Action that pushes upstream changes directly to main. The source is tracked as a git submodule at submodules/agent-skills.
Apache 2.0 — see LICENSE for details.