Back to MCP Servers
Pinecone
Pinecone integration with vector search capabilities
databases
By sirmews
Installation
npx -y mcp-pineconeConfiguration
{
"mcpServers": {
"mcp-pinecone": {
"command": "npx",
"args": ["-y", "mcp-pinecone"]
}
}
}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