Loading languages...
MC

mcp-pinecone

@sirmews136

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

Pinecone
RAG
Vector Database
Claude Desktop

# mcpServer Config

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

# stdio

uvx --index-name {your-index-name} --api-key {your-secret-api-key} mcp-pinecone
Transport:
stdio
Language:
python
Created:12/8/2024
Updated:7/23/2025