mcp-local-rag

"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨

69 stars
4.3/5
Server Information

Category

Tags

python
retrieval

GitHub Stars

69

Last Updated

8/14/2025

Installation & Usage

Quick Install

1. Install the server

npm install mcp-local-rag

2. Configure MCP settings

Add the server to your Claude Desktop or MCP client configuration.

3. Start using

The server will be available for use with your AI assistant.

Configuration Example
{
  "servers": {
    "mcp-local-rag": {
      "command": "node",
      "args": ["path/to/mcp-local-rag"]
    }
  }
}

Add this configuration to your MCP settings file.

Ready to Get Started?

Install mcp-local-rag and start building more capable AI applications with Model Context Protocol.