From 494115a20745cac8e52affa0d97db931d47d1ed9 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Thu, 7 May 2026 15:30:55 -0500 Subject: [PATCH] Add zilliz plugin (#1686) * Add zilliz plugin * Pin zilliz to SHA 17cf04e --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index db0681f..65d630f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2093,6 +2093,20 @@ }, "homepage": "https://github.com/zapier/zapier-mcp/tree/main/plugins/zapier" }, + { + "name": "zilliz", + "description": "Zilliz Cloud management plugin with 14 skills covering cluster lifecycle, collection schema, vector search, index tuning, bulk import, RBAC, backups, and monitoring.", + "author": { + "name": "Zilliz" + }, + "category": "database", + "source": { + "source": "url", + "url": "https://github.com/zilliztech/zilliz-plugin.git", + "sha": "17cf04e6a3c272320b707d429484e4c00b3bec0b" + }, + "homepage": "https://docs.zilliz.com" + }, { "name": "zoom-plugin", "description": "Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows.",