MCP Pinecone
UnclaimedModel Context Protocol server to allow for reading and writing from Pinecone. Rudimentary RAG
Install
$
npx -y @smithery/cli install mcp-pinecone --client claudeUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (5)
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.
read-document
Read a document from the Pinecone index.
semantic-search
Search for records in the Pinecone index.