Back to the catalog

ClickHouse

ClickHouse Claude Code plugin: skills (ClickHouse best practices), rules and MCP.

Open source Repository Open in the app JSON README (API)

About

ClickHouse Claude Code plugin: skills (ClickHouse best practices), rules and MCP.

Details

Kind
Plugins
Topic
Databases
Publisher
clickhouse
Origin
marketplace
Category
ferramentas
Stars
6
Forks
2
Last push
2026-08-10T06:30:51Z
Repository state
ativo
License
Apache-2.0
Added
2026-08-30 01:48:58
Updated
2026-09-12 04:04:13
Origin id
clickhouse/clickhouse-claude-code-plugin/clickhouse

README

# ClickHouse Claude Code Plugin

The official Claude Code Plugin for [ClickHouse](https://clickhouse.com/). Extends Claude Code with ClickHouse best practice skills, rules, and the ClickHouse MCP server.

## Installation

Install from the Claude Code plugin directory (pending marketplace approval):

```bash
claude plugin install clickhouse@claude-plugins-official
```

Or clone the repo and load it directly:

```bash
git clone --recursive https://github.com/ClickHouse/clickhouse-claude-code-plugin
claude --plugin-dir ./clickhouse-claude-code-plugin
```

## What's included

- **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](https://clickhouse.com/docs/cloud/features/ai-ml/remote-mcp) for schema inspection and read-only SQL queries against your clusters

See [`skills/clickhouse-best-practices/`](./skills/clickhouse-best-practices/) for the full rule set.

## Keeping skills up to date

Best practice rules are sourced from [ClickHouse/agent-skills](https://github.com/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`.

## License

Apache 2.0 — see [LICENSE](./LICENSE) for details.

More