Back to MCP Servers

Pinecone Server

Manage vector databases, upsert embeddings, and perform similarity searches with Pinecone

pineconevector-databaseembeddingsaisearchcommunity

Installation

npm install -g @pinecone-database/mcp-server

Configuration

{
  "mcpServers": {
    "pinecone": {
      "command": "npx",
      "args": ["-y", "@pinecone-database/mcp-server"],
      "env": {
        "PINECONE_API_KEY": "your-pinecone-api-key"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub