Pinecone

Pinecone

MCP server that connects AI tools with Pinecone projects and documentation.

46
Stars
16
Forks
0
Releases

Overview

The Model Context Protocol (MCP) is a standard that allows coding assistants and other AI tools to interact with platforms like Pinecone. The Pinecone Developer MCP Server enables you to connect these tools with Pinecone projects and documentation. Once connected, AI tools can search Pinecone documentation to answer questions accurately, help configure indexes based on your application's needs, generate code informed by your index configuration and Pinecone documentation and examples, and upsert and search for data in indexes to test queries and evaluate results within your dev environment. The MCP server serves as an integration layer between AI assistants and Pinecone’s platform, improving the developer experience when building and testing LLM-powered workflows. It is focused on developers working with Pinecone as part of their technology stack and is complementary to Pinecone's Assistant MCP, which provides AI assistants with knowledge from your knowledge base. Setup requires a Pinecone API key and Node.js. Configure the MCP server via .cursor/mcp.json in a project or via Claude Desktop or Gemini CLI extension. Limitations include support only for indexes with integrated inference. Tools available include search-docs, list-indexes, describe-index, describe-index-stats, create-index-for-model, upsert-records, search-records, cascading-search, and rerank-documents.

Details

Owner
pinecone-io
Language
TypeScript
License
Apache License 2.0
Updated
2025-12-07

Features

search-docs

Search the official Pinecone documentation to answer questions accurately.

list-indexes

List all Pinecone indexes in the connected project.

describe-index

Describe the configuration of a Pinecone index.

describe-index-stats

Provide statistics about the data in an index, including the number of records and available namespaces.

create-index-for-model

Create a new index that uses an integrated inference model to embed text as vectors.

upsert-records

Insert or update records in an index using integrated inference for embeddings.

search-records

Search records in an index based on a text query, with optional metadata filtering and reranking.

cascading-search

Search across multiple indexes, deduplicating and reranking results.

Audience

DevelopersUse MCP to query Pinecone docs, manage indexes, and generate code from AI tools.
Coding assistantsInteract with Pinecone via MCP to fetch docs and manage indexes for code generation.

Tags

MCPPineconedeveloperserverdocumentationindexesintegrated-inferenceAIcoding-assistantsupsertsearchvectorstools