read-document
Read a document from the Pinecone index.
How to use it
read-document is exposed by the MCP Pinecone MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the read-document tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Pinecone
$
npx -y @smithery/cli install mcp-pinecone --client claudeOther tools in MCP Pinecone (4)
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.
semantic-search
Search for records in the Pinecone index.