Back to directory
mcp-pinecone

mcp-pinecone

@sirmews149

Model Context Protocol server to allow for reading and writing from Pinecone. Rudimentary RAG

PineconeRAGVector DatabaseClaude Desktopcontext

Installation & Configuration

{
  "mcpServers": {
    "mcp-pinecone": {
      "command": "uvx",
      "args": [
        "--index-name",
        "{your-index-name}",
        "--api-key",
        "{your-secret-api-key}",
        "mcp-pinecone"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2024/12/7
Updated
2026/6/7