Skip to main content

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.

Pinecone provides official plugins, extensions, and agent skills for agentic IDEs and CLIs. Use the Pinecone MCP server (Model Context Protocol) and built-in skills to manage vector database indexes, run semantic search, and build RAG applications — all through natural language in your development environment. For direct, scriptable access from the same terminal, the Pinecone CLI (pc) lets you manage indexes, namespaces, and records without an agent in the loop.

Choose your tool

Claude Code Plugin

Official Pinecone plugin for Claude Code with skills, MCP tools, and slash commands.

Gemini CLI Extension

Official Pinecone extension for Gemini CLI with skills and MCP tools.

Agent Skills

Universal skills library for Cursor, GitHub Copilot, Codex, and other agentic IDEs.

MCP Server

Connect any MCP-compatible client to Pinecone for index management and search.

Pinecone CLI

Direct terminal access to Pinecone — manage indexes, namespaces, and records with pc commands.

Which tool should I use?

If you use…Install…Command
Claude CodePinecone plugin for Claude Codeclaude plugin install pinecone
Gemini CLIPinecone Gemini CLI extensiongemini extensions install https://github.com/pinecone-io/gemini-cli-extension
Cursor, GitHub Copilot, Codex, or another agentic IDEPinecone Agent Skillsnpx skills add pinecone-io/skills
Claude Desktop, Antigravity, or another MCP clientPinecone MCP serverSee MCP server setup
Your terminal directly (no agent)Pinecone CLIbrew install pinecone-io/tap/pinecone
All tools require a Pinecone API key. Sign up for a free account at app.pinecone.io.

What’s included

Each tool provides access to the following Pinecone skills:
SkillDescription
quickstartStep-by-step onboarding — create an index, upload data, and run your first search.
querySearch integrated indexes using natural language text via the Pinecone MCP.
assistantCreate, manage, and chat with Pinecone Assistants for document Q&A with citations.
cliUse the Pinecone CLI for terminal-based index and vector management.
mcpReference for all available Pinecone MCP server tools and their parameters.
pinecone-docsCurated links to official Pinecone documentation, organized by topic.
helpOverview of all skills and what you need to get started.
In addition, the Pinecone MCP server provides tools for listing indexes, creating indexes, upserting records, searching, reranking, and more.