Pinecone
JSON →Read and write to a Pinecone vector database using the Model Context Protocol.
Install
npx -y @smithery/cli Tools · 5
- semantic-search Search for records in the Pinecone index.
- read-document Read a document from the Pinecone index.
- list-documents List all documents in the Pinecone index.
- pinecone-stats Get stats about the Pinecone index, including the number of records, dimensions, and namespaces.
- process-document Process a document into chunks and upsert them into the Pinecone index. This performs the overall steps of chunking, embedding, and upserting.
Environment variables
UV_PUBLISH_TOKEN
Links
★ 148 GitHub stars