pinecone:mcp

Manage Pinecone indexes and perform upsert, search, rerank operations.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill pinecone-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinecone:mcp
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/pinecone%40claude-plugins-official/skills/mcp
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill pinecone-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a direct interface to manage Pinecone indexes and their data, simplifying operations like creating, describing, and upserting records without needing to write custom code or use the Pinecone CLI for integrated indexes.

Core Features & Use Cases

  • Index Management: List, describe, and create new Pinecone indexes.
  • Data Operations: Upsert, search, and rerank documents within indexes.
  • Use Case: An agent can use this skill to automatically create a new Pinecone index for a specific model, then upsert a batch of documents, and finally perform a search to retrieve relevant information.

Quick Start

Use the pinecone:mcp skill to list all available indexes in your Pinecone project.

Frequently Asked Questions about pinecone:mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Pinecone indexes without writing custom code?

You can manage Pinecone indexes by using this Skill to list, describe, and create integrated indexes directly. It handles index configuration and data payloads without requiring the Pinecone CLI.

What is the best way to upsert and search records in a Pinecone vector database?

The best way to upsert and search records in a Pinecone vector database is using this Skill's defined tools. It accepts specific parameters for data payloads and query inputs to execute upserts and searches efficiently.

Can I rerank documents within my Pinecone integrated indexes?

Yes, you can rerank documents within Pinecone integrated indexes. This Skill facilitates reranking operations alongside listing, creating, and searching indexes through its defined toolset.

Does this Pinecone data operations tool work without external dependencies?

Yes, this Pinecone data operations tool works without external dependencies. It directly interfaces with Pinecone to perform index management and data operations by requiring only specific parameters for index configuration and queries.

How do I automatically create a Pinecone index and upsert a batch of documents?

To automatically create a Pinecone index and upsert documents, an agent can use this Skill to configure the index, then provide the batch data payload. It streamlines creating, upserting, and searching in one workflow.