Back to Home
nkapila6 icon

mcp-local-rag

Verified Safe

by nkapila6

Overview

Provides a local RAG-like web search capability for LLMs through the Model Context Protocol without external APIs.

Installation

Run Command
docker run --rm -i --init -e DOCKER_CONTAINER=true ghcr.io/nkapila6/mcp-local-rag:latest

Security 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

Stats

Interest Score51
Security Score8
Cost ClassHigh
Avg Tokens12500
Stars92
Forks19
Last Update2025-12-01

Tags

RAGWeb SearchLocalLLM ToolMCP