Pinecone MCP Model Context Protocol server

Pinecone MCP

Search and manage vector indexes on Pinecone.

Pinecone·
Featured
·No reviews yet
Repo Docs
Share:

About

Official Pinecone MCP server: create and describe indexes, upsert and query vectors with metadata filters, and manage collections. Purpose-built for RAG agents that need to persist and retrieve embeddings at scale.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install Pinecone MCP

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "pinecone": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pinecone"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "pinecone": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pinecone"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "pinecone": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pinecone"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.