assistant
Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Handles all assistant operations - create, upload, sync, chat, context…
Reference for the Pinecone MCP server tools. Documents all available tools - list-indexes, describe-index, describe-index-stats, create-index-for-model, upsert-records, search-records, cascading-search, and rerank-documents. Use when an agent needs to understand what Pinecone
$ npx -y skills add pinecone-io/pinecone-claude-code-plugin --skill mcp --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/mcpContext preview
The summary Claude sees to decide when to auto-load this skill.
Reference for the Pinecone MCP server tools. Documents all available tools - list-indexes, describe-index, describe-index-stats, create-index-for-model, upsert-records, search-records, cascading-search, and rerank-documents. Use when an agent needs to understand what Pinecone
name: pinecone:mcp description: Reference for the Pinecone MCP server tools. Documents all available tools - list-indexes, describe-index, describe-index-stats, create-index-for-model, upsert-records, search-records, cascading-search, and rerank-documents. Use when an agent needs to understand what Pinecone MCP tools are available, how to use them, or what parameters they accept. allowed-tools: Read
The Pinecone MCP server exposes the following tools to AI agents and IDEs. For setup and installation instructions, see the [MCP server guide](https://docs.pinecone.io/guides/operations/mcp-server#tools).
> **Key Limitation:** The Pinecone MCP only supports **integrated indexes** — indexes created with a built-in Pinecone embedding model. It does not work with standard indexes using external embedding models. For those, use the Pinecone CLI.
---
List all indexes in the current Pinecone project.
---
Get configuration details for a specific index — cloud, region, dimension, metric, embedding model, field map, and status.
**Parameters:**
---
Get statistics for an index including total record count and per-namespace breakdown.
**Parameters:**
---
Create a new serverless index with an integrated embedding model. Pinecone handles embedding automatically — no external model needed.
**Parameters:**
---
Insert or update records in an integrated index. Records are automatically embedded using the index's configured model.
**Parameters:**
**Example record:**
{ "_id": "rec1", "chunk_text": "The Eiffel Tower was built in 1889.", "category": "architecture" }---
Semantic text search against an integrated index. Pass plain text — the MCP embeds the query automatically using the index's model.
**Parameters:**
---
Search across multiple indexes simultaneously, then deduplicate and rerank results into a single ranked list.
**Parameters:**
---
Rerank a set of documents or records against a query without performing a vector search first.
**Parameters:**
A lightweight plugin that integrates Pinecone vector database capabilities directly into Claude Code, enabling semantic search, index management, and RAG (Retrieval Augmented Generation) workflows.
Repo: pinecone-io/pinecone-claude-code-plugin
Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Handles all assistant operations - create, upload, sync, chat, context…
Guide for using the Pinecone CLI (pc) to manage Pinecone resources from the terminal. The CLI supports ALL index types (standard, integrated, sparse) and all…
Curated documentation reference for developers building with Pinecone. Contains links to official docs organized by topic and data format references. Use when…
Create, ingest into, and query a Pinecone full-text-search (FTS) document index using the graduated document-schema API (Python SDK 10.0.0, API version…
Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with…
Build n8n workflows using the Pinecone Assistant node or Pinecone Vector Store node. Use when building RAG pipelines, chat-with-docs workflows, configuring…