MCP Servers / database / Pinecone

Pinecone

JSON →
httpnone68database

Connect AI tools with Pinecone projects to search, configure indexes, generate code, and manage data.

Install
How to run this server
[ { "cmd": "npx @pinecone-database/mcp`", "imports": [] } ]
server path: pinecone-2
Tools
What this server exposes
search-docs
Search the official Pinecone documentation.
list-indexes
Lists all Pinecone indexes.
describe-index
Describes the configuration of an index.
describe-index-stats
Provides statistics about the data in the index, including the number of records and available namespaces.
create-index-for-model
Creates a new index that uses an integrated inference model to embed text as vectors.
upsert-records
Inserts or updates records in an index with integrated inference.
search-records
Searches for records in an index based on a text query, using integrated inference for embedding. Has options for metadata filtering and reranking.
cascading-search
Searches for records across multiple indexes, deduplicating and reranking the results.
rerank-documents
Reranks a collection of records or text documents using a specialized reranking model.
Configuration
Environment & auth
authnone
envPINECONE_API_KEY
Resources
Pinecone — MCP Server · libregistry