mcp_server
Verified Safeby vinayak-556
Overview
Provides semantic search capabilities over specific documentation (LangChain/LangGraph, RetellAI) using Pinecone as a vector store, exposed as tools via a FastMCP server.
Installation
python server.pyEnvironment Variables
- PINECONE_API_KEY
- LANG_INDEX_NAME
- RETELL_INDEX_NAME
Security Notes
Uses environment variables for API keys and index names, which is a good security practice. No direct use of 'eval' or other highly dangerous functions detected. The FastMCP framework is assumed to handle network security appropriately.
Similar Servers
flexible-graphrag
The Flexible GraphRAG MCP Server provides a Model Context Protocol (MCP) interface for AI assistants (like Claude Desktop) to interact with a sophisticated RAG and GraphRAG system for document processing, knowledge graph auto-building, hybrid search, and AI Q&A.
qdrant-loader
The QDrant Loader MCP Server provides advanced Retrieval-Augmented Generation (RAG) capabilities to AI development tools by bridging a QDrant knowledge base. It offers intelligent search through semantic, hierarchy-aware, and attachment-focused tools, integrating seamlessly with MCP-compatible AI tools to provide context-aware code assistance, documentation lookup, and intelligent suggestions.
the-pensieve
The Pensieve server acts as a RAG-based knowledge management system, allowing users to store, query, and analyze their knowledge using natural language and LLM-powered insights.
concept-rag
A RAG-based conceptual search system that transforms simple vector search into sophisticated conceptual search for document libraries.