mcp-local-rag
Verified Safeby nkapila6
Overview
Provides a local RAG-like web search capability for LLMs through the Model Context Protocol without external APIs.
Installation
docker run --rm -i --init -e DOCKER_CONTAINER=true ghcr.io/nkapila6/mcp-local-rag:latestSecurity Notes
The server fetches content from arbitrary URLs found via DuckDuckGo. While it uses timeouts and limits content length (10k chars) and employs BeautifulSoup for text extraction, interactions with external websites inherently carry risks such as slow responses, malformed content, or potential DoS if many problematic URLs are returned. No obvious direct code execution vulnerabilities (e.g., 'eval') found in the provided Python source.
Similar Servers
context-portal
A database-backed Model Context Protocol (MCP) server for managing structured project context, designed to be used by AI assistants and developer tools within IDEs and other interfaces for Retrieval Augmented Generation (RAG) and prompt caching.
mcp-local-rag
A privacy-first, local document search server that leverages semantic search for Model Context Protocol (MCP) clients.
ddg_search
Provides an MCP server for web search via DuckDuckGo and AI-powered answers from IAsk AI and Monica.
mcp-rag-server
Provides a local Retrieval-Augmented Generation (RAG) server for any code repository, integrating with clients that speak the Model Context Protocol (MCP) like GitHub Copilot Agent.