AI & ML
Verified
Trust: 54/100 (Fair)Pinecone MCP Guide
Manage Pinecone vector databases. Upsert, query, and delete vectors for semantic search and RAG.
312 stars 11,900 downloadsby Pinecone
Quick Start
Install
npx @mcp/pineconeClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"pinecone-mcp": {
"command": "npx",
"args": [
"@mcp/pinecone"
]
}
}
}What Pinecone MCP Can Do
upsert_vectors
Upsert vector embeddings
query_vectors
Query for similar vectors
manage_indexes
Create and manage indexes
Permissions Required
Pinecone MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
pinecone.read | Read vector data | low |
pinecone.write | Write and delete vectors | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |
| AutoGen | Supported |