Overview
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.
Who Is This For?
- Developers:Use MCP to query Pinecone docs, manage indexes, and generate code from AI tools.
- Coding assistants:Interact with Pinecone via MCP to fetch docs and manage indexes for code generation.




