by sirmews · MCP Server · ★ 148
Pinecone Model Context Protocol Server for Claude Desktop. Read and write to a Pinecone index. Components mermaid flowchart TB subgraph Client["MCP Client (e.g., Claude Desktop)"] UI[User Interface] end subgraph MCPServer["MCP Server (pinecone-mcp)"] Server[Server Class] subgraph Handlers["Request Handlers"] ListRes[listresources] ReadRes[readresource] ListTools[listtools] CallTool[calltool] GetPrompt[getprompt] ListPrompts[listprompts] end subgraph Tools["Implemented Tools"] SemSearch[semantic-search] ReadDoc[read-document] ListDocs[list-documents] PineconeStats[pinecone-stats]...
| Stars | 148 |
| Forks | 36 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 75.3977114651218/100 |
| Open Issues | 6 |
| Last Updated | 2025-01-31 |
| Created | 2024-12-08 |
| Platforms | claude-code, mcp, python |
| Est. Tokens | ~7k |
Explore other popular mcp server tools:
mcp-pinecone is Model Context Protocol server to allow for reading and writing from Pinecone. Rudimentary RAG. It is categorized as a MCP Server with 148 GitHub stars.
mcp-pinecone is primarily written in Python. It covers topics such as claude, mcp, mcp-server.
You can find installation instructions and usage details in the mcp-pinecone GitHub repository at github.com/sirmews/mcp-pinecone. The project has 148 stars and 36 forks, indicating an active community.
mcp-pinecone is released under the MIT license, making it free to use and modify according to the license terms.