pinecone for Cursor
com.mcparmory/pinecone
Create and manage vector database indexes, backups, and collections
client:Cursor
transport:stdio
runtime:pypi
Install pinecone in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pinecone": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-pinecone"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs