This repository provides a Pinecone Model Context Protocol (MCP) server, enabling Claude Desktop to read and write data to a Pinecone index through semantic search and document operations, facilitating interaction
This repository hosts the Pinecone MCP (Model Context Protocol) Server, designed for seamless integration with Claude Desktop. It facilitates reading and writing data to a Pinecone index, enabling Claude to leverage external knowledge.
The server comprises components like request handlers (list/read resources, list/call tools, get/list prompts) and tools (semantic-search
, read-document
, list-documents
, pinecone-stats
, process-document
). These tools interact with the Pinecone service for operations like searching, upserting, fetching, listing records, and generating embeddings.
The server can be installed via Smithery or using uv
. Configuration involves updating Claude Desktop's configuration file with server details, including command and arguments. The server supports both development and published modes.
Key features include semantic search, document management, and index statistics. It's licensed under the MIT License, with source code available on GitHub. Debugging is facilitated by the MCP Inspector.
sirmews/mcp-pinecone
December 8, 2024
March 28, 2025
Python