by sirmews · MCP Server · ★ 148
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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] ProcessDoc[process-document] end end subgraph PineconeService["Pinecone Service"] PC[Pinecone Client] subgraph PineconeFunctions["Pinecone Operations"] Search[searchrecords] Upsert[upsertrecords] Fetch[fetchrecords] List[listrecords] Embed[generateembeddings] end Index[(Pinecone Index)] end %% Connections UI -- Server Server -- Handlers
| Stars | 148 |
| Forks | 36 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 49.2/100 |
| Open Issues | 6 |
| Last Updated | 2025-01-31 |
| Created | 2024-12-08 |
| Platforms | claude-code, mcp, python |
| Est. Tokens | ~7k |
Looking for a mcp-pinecone alternative? If you're comparing mcp-pinecone with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Clean, LLM-optimized Reddit MCP server. Browse posts, search content, analyze users. No fluff, just Reddit dat
A structural code search engine for Al agents.
Save thousands of lines of code by building universal, domain-agnostic Multi-Agent Systems (MAS) through high-
Xmem is a India's First open source multi-modal, multi-agentic long‑term memory layer for AI agents.
Transform your codebase into an intelligent knowledge base for AI-powered development with Cursor IDE, Google
The Crossroads for AI Data Exchanges. A unified, self-hostable web interface for discovering, configuring, and
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.
The top alternatives to mcp-pinecone on Agent Skills Hub include reddit-mcp-buddy, Mantic.sh, Context-Engineering-for-Multi-Agent-Systems. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.