Skip to main content
The official Pinecone plugin for Claude Code provides AI-powered skills, MCP server integration, and slash commands directly in your terminal. Use natural language to manage indexes, query data, build RAG applications, and create document Q&A assistants — all with up-to-date Pinecone API knowledge.

Features

  • Built-in skills for index management, semantic search, full-text search, assistant creation, and more
  • MCP server integration for direct Pinecone operations from Claude Code
  • Slash commands like /pinecone:quickstart and /pinecone:query for quick access
  • Natural language recognition — assistant commands work without explicit slash commands

Prerequisites

Installation

1

Set your API key

Replace YOUR_API_KEY with your Pinecone API key.
2

Install the plugin

From your terminal:
Or from within Claude Code:
3

Restart Claude Code

Restart Claude Code to activate the plugin. Then run /pinecone:help to verify the installation.

Available skills

MCP tools

The plugin includes the Pinecone MCP server, which provides the following tools:
  • search-docs — Search the official Pinecone documentation.
  • list-indexes — List all available Pinecone indexes.
  • describe-index — Get index configuration and namespaces.
  • describe-index-stats — Get record counts and namespace statistics.
  • create-index-for-model — Create a new index with integrated embeddings.
  • upsert-records — Insert or update records in an index.
  • search-records — Search records with optional metadata filtering and reranking.
  • cascading-search — Search across multiple indexes with deduplication and reranking.
  • rerank-documents — Rerank documents using a specified reranking model.
For full MCP server documentation, see Use the Pinecone MCP server.

Resources