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-serverConfiguration
{
"mcpServers": {
"pinecone": {
"command": "npx",
"args": ["-y", "@pinecone-database/mcp-server"],
"env": {
"PINECONE_API_KEY": "your-pinecone-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes