Pinecone MCP Server
Create Pinecone indexes, upsert records and run cascading searches from an agent.
Add it to your client
Officialnpx -y @pinecone-database/mcp
{
"mcpServers": {
"pinecone-mcp": {
"command": "npx",
"args": [
"-y",
"@pinecone-database/mcp"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- Tools
- 9
- License
- Apache-2.0
Pinecone's developer MCP server is aimed at the build phase rather than production traffic. It can create an index configured for a chosen embedding model, describe existing indexes and their statistics, upsert records, search them, and rerank results. A cascading search tool queries several indexes at once and merges what comes back. It also indexes Pinecone's documentation, so the model can look up the correct API usage instead of inventing it, and it needs an API key to run.
Similar MCP servers
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Context7
MCP serverPulls current, version-matched library documentation into the model's context.
Comments(0)
Sign in to comment