pinecone-mcp.md

Pinecone MCP

from"pinecone-io"
980

Pinecone vector database for AI applications

Databases
PineconevectorembeddingsAI
install.sh
# Clone the repository
$git clone https://github.com/pinecone-io/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve