mcp-local-rag
36
mcp-local-rag is a locally running web search MCP server that enhances LLM queries by providing real-time web contexts. It eliminates the need for APIs and is compatible with various MCP clients, offering flexibility in usage through different setup options like `uvx`, local cloning, and Docker.
mcp-local-rag
A "primitive" RAG-like web search Model Context Protocol (MCP) server that operates locally without APIs. It processes queries by searching on DuckDuckGo, fetching embeddings with Google's MediaPipe, and providing context-enhanced responses through an LLM.### Installation
- Find the MCP config path or check settings.
- Two methods to run: Directly via
uvx
or Clone and Run Locally.
Docker
- Docker setup available for running the server.### Security Audits
- Security audits are performed on every MCP server.### MCP Clients
- Compatible with Claude Desktop, Cursor, Goose, etc.