Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Pinecone MCP Server logo
MCP server

Pinecone MCP Server

Create Pinecone indexes, upsert records and run cascading searches from an agent.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y @pinecone-database/mcp
mcpServers
{
  "mcpServers": {
    "pinecone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pinecone-database/mcp"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Required
Tools
9
License
Apache-2.0
Tools
search-docslist-indexesdescribe-indexdescribe-index-statscreate-index-for-modelupsert-recordssearch-recordscascading-searchrerank-documents

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.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?