From 2b35e534b9d9a8411c29843f4221670623615a9c Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Sat, 2 May 2026 13:06:23 -0500 Subject: [PATCH] Add clickhouse plugin --- .claude-plugin/marketplace.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f93820a..73e551f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -449,6 +449,19 @@ "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" + }, + "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.",