Overview
Features
semantic-search
Search for records in the Pinecone index. Uses embeddings generated via Pinecone's inference API to retrieve relevant items.
read-document
Read a document from the Pinecone index using a dedicated read_document tool.
list-documents
List all documents stored in the Pinecone index.
pinecone-stats
Provide statistics about the Pinecone index, including the number of records, dimensions, and namespaces.
process-document
Process a document into chunks, generate embeddings, and upsert chunks into the Pinecone index.
Who Is This For?
- MCP developers:Create and extend MCP servers to provide Pinecone-backed retrieval features for Claude Desktop.
- data scientists:Build RAG pipelines by indexing and retrieving documents using Pinecone.
- MCP admins:Operate and maintain MCP servers including configuration, monitoring, and debugging with MCP Inspector.




