Pinecone Vector DB MCP
DatabaseMCP server for reading and writing vectorized information to Pinecone, designed for RAG with PDF and Confluence data.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"pinecone-vector-db-mcp": {
"command": "npx",
"args": [
"-y",
"pinecone-vector-db-mcp-server"
]
}
}
} Looking for the right MCP server?
Answer a few questions β get an AI-picked shortlist of MCP servers that match your IDE and stack.
Open AI Tool Finder