From 9f7865bf55b4f40e24ffa7d187955375f2663ba1 Mon Sep 17 00:00:00 2001 From: Noah Zweben MacBook Date: Tue, 6 Jan 2026 09:32:41 -0800 Subject: [PATCH] Add Pinecone vector database plugin to marketplace Add new community plugin for Pinecone vector database integration, enabling developers to manage vector indexes, query data, and build RAG applications with Claude Code. Co-Authored-By: Claude --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c11e644..ddd1b8b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -502,6 +502,16 @@ "source": "./external_plugins/context7", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/context7", "tags": ["community-managed"] + }, + { + "name": "pinecone", + "description": "Pinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slash commands like /quickstart to generate AGENTS.md files and initialize Python projects and /query to quickly explore indexes. Access the Pinecone MCP server for creating, describing, upserting and querying indexes with Claude. Perfect for developers building semantic search, RAG applications, recommendation systems, and other vector-based applications with Pinecone.", + "category": "database", + "source": { + "source": "url", + "url": "https://github.com/pinecone-io/pinecone-claude-code-plugin.git" + }, + "homepage": "https://github.com/pinecone-io/pinecone-claude-code-plugin" } ] }