Claude Code Plugin

no
Summary: Install the official Pinecone plugin for Claude Code to get skills, MCP tools, and slash commands for managing indexes and building AI applications.

Original Documentation

Documentation Index#

Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt Use this file to discover all available pages before exploring further.

Install the official Pinecone plugin for Claude Code to get skills, MCP tools, and slash commands for managing indexes and building AI applications.

export const PrimarySecondaryCTA = ({primaryLabel, primaryHref, primaryTarget, secondaryLabel, secondaryHref, secondaryTarget}) => {primaryLabel && primaryHref &&

  {primaryLabel}

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M9.70492 6L8.29492 7.41L12.8749 12L8.29492 16.59L9.70492 18L15.7049 12L9.70492 6Z" fill="white" />
</svg>
}

{secondaryLabel && secondaryHref &&

    {secondaryLabel}
  
</a>

}

;

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.

<PrimarySecondaryCTA primaryLabel={“View on GitHub”} primaryHref={“https://github.com/pinecone-io/pinecone-claude-code-plugin"} primaryTarget={"_blank”} />

Features#

  • 7 built-in skills for index management, semantic 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#

    export PINECONE_API_KEY="YOUR_API_KEY"
    ```

Replace `YOUR_API_KEY` with your [Pinecone API key](https://app.pinecone.io/organizations/-/keys).
  <span class="step-end"></span>

  <span class="step-marker" data-step-title="Install the plugin"></span>
From your terminal:

```shell
    claude plugin install pinecone
    ```

Or from within Claude Code:

```text
    /plugin install pinecone
    ```
  <span class="step-end"></span>

  <span class="step-marker" data-step-title="Restart Claude Code"></span>
Restart Claude Code to activate the plugin. Then run `/pinecone:help` to verify the installation.
  <span class="step-end"></span>
<span class="steps-end"></span>

## Available skills

| Skill          | Command                | Description                                                       |
| -------------- | ---------------------- | ----------------------------------------------------------------- |
| **Help**       | `/pinecone:help`       | Overview of all skills and setup requirements.                    |
| **Quickstart** | `/pinecone:quickstart` | Interactive onboarding — create an index, upsert data, and query. |
| **Query**      | `/pinecone:query`      | Search integrated indexes using natural language.                 |
| **Assistant**  | `/pinecone:assistant`  | Create, upload, sync, and chat with Pinecone Assistants.          |
| **CLI**        | `/pinecone:cli`        | Guide for using the Pinecone CLI from the terminal.               |
| **MCP**        | `/pinecone:mcp`        | Reference for all Pinecone MCP server tools.                      |
| **Docs**       | `/pinecone:docs`       | Curated links to official Pinecone documentation.                 |

## 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](/guides/operations/mcp-server).

## Resources

* [GitHub repository](https://github.com/pinecone-io/pinecone-claude-code-plugin)
* [Pinecone MCP server guide](/guides/operations/mcp-server)
* [Claude Code documentation](https://docs.claude.com/en/docs/claude-code/quickstart)
Link last verified June 7, 2026. View original ↗
Source: Pinecone Docs
Link last verified: 2026-04-05