mcp-pinecone
This MCP server allows users to read and write data from a Pinecone index.
The MCP Pinecone server facilitates interaction with Pinecone, enabling users to perform various operations such as reading, writing, and managing data within a Pinecone index. It supports a range of functionalities including semantic search, document reading, and resource listing, making it a versatile tool for applications that require efficient data handling and retrieval. With implemented tools for semantic search and document processing, users can easily embed and fetch records, ensuring that data operations are streamlined and effective. The server is designed to work seamlessly with MCP clients, providing a robust backend for applications like Claude Desktop, enhancing their capabilities in managing and utilizing data stored in Pinecone.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-pinecone": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-pinecone"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions