From 7ce4a6fb5354ca2b89b3f8d527c8c647f7f232dc Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Thu, 7 May 2026 15:31:12 -0500 Subject: [PATCH] Add clickhouse plugin (#1683) * Add clickhouse plugin * Pin clickhouse to SHA db1c108 --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 972fac0..76a2e8d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -451,6 +451,20 @@ "category": "productivity", "homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-md-management" }, + { + "name": "clickhouse", + "description": "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.", + "author": { + "name": "ClickHouse" + }, + "category": "database", + "source": { + "source": "url", + "url": "https://github.com/ClickHouse/clickhouse-claude-code-plugin.git", + "sha": "db1c108dde6e5c81a1ca65f3b6700d6fff288545" + }, + "homepage": "https://github.com/ClickHouse/clickhouse-claude-code-plugin" + }, { "name": "cloud-sql-postgresql", "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.",