MCP server for Pinecone vector database
MCP server for Pinecone enabling vector search, upsert, and query operations in your Pinecone indexes through AI assistants.
{
"mcpServers": {
"pinecone": {
"mcpServers": {
"pinecone": {
"env": {
"PINECONE_API_KEY": "YOUR_PINECONE_API_KEY",
"PINECONE_ENVIRONMENT": "YOUR_ENVIRONMENT"
},
"args": [
"-y",
"pinecone-mcp"
],
"command": "npx"
}
}
}
}
}