Language: 日本語English

clickhouse Plugin

Author
ClickHouse
Category
Database
Topics
Databases & Storage · Data Engineering & Analytics
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

This is the official Claude Code Plugin for ClickHouse, maintained in the GitHub repository ClickHouse/clickhouse-claude-code-plugin. According to the README, it extends Claude Code with ClickHouse best-practice skills, rules, and an MCP server. The MCP server connects Claude Code to the ClickHouse Cloud Remote MCP server for schema inspection and read-only SQL queries against ClickHouse clusters. Best-practice rules cover schema design, query optimization, and data ingestion, and are applied automatically when working with ClickHouse. The rules are sourced from the ClickHouse/agent-skills repository and synced weekly via a GitHub Action.

Overview

ClickHouse Cloud is referenced via its Remote MCP server, which this plugin connects Claude Code to for schema inspection and read-only SQL queries against ClickHouse Cloud clusters. Details beyond schema inspection and read-only queries (e.g. billing, backups, ClickPipes) are not described in the README and are unknown.

What you can do with clickhouse

  • Install the plugin with claude plugin install clickhouse@claude-plugins-official, or clone the repo with git clone --recursive and load it via claude --plugin-dir
  • Have ClickHouse best-practice skills (schema design, query optimization, data ingestion) applied automatically when working with ClickHouse
  • Connect Claude Code to the ClickHouse Cloud Remote MCP server for schema inspection
  • Run read-only SQL queries against ClickHouse clusters through the MCP server
  • Receive automatically updated best-practice rules, synced weekly from the ClickHouse/agent-skills submodule

Sources

Original description (English)

Connect Claude to your ClickHouse Cloud databases. Browse organizations, services, databases, and table schemas. Run read-only SQL queries against your data and get instant analytical answers. Monitor service backups, review billing costs, and inspect ClickPipe configurations - all through natural conversation.

History of clickhouse

Back to list