MCP Directory
Back

mcp-local-rag

by nkapila6 · Python · ★ 126

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

#mcp#mcp-server#model-context-protocol#rag#web-seach

Install

pip install git+https://github.com/nkapila6/mcp-local-rag.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-local-rag": {
      "command": "uvx",
      "args": [
        "git+https://github.com/nkapila6/mcp-local-rag.git"
      ]
    }
  }
}

From the README

"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨ A RAG-based web search and deep research model context protocol (MCP) server that runs entirely locally. Features multi-engine research across 9+ search backends with semantic similarity ranking, and requires no API keys. [](https://codespaces.new/nkapila6/mcp-local-rag) [](https://lmstudio.ai/install-mcp?name=mcp-local-rag&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLXB5dGhvbj0zLjEwIiwiLS1mcm9tIiwiZ2l0K2h0dHBzOi8vZ2l0aHViLmNvbS9ua2FwaWxhNi9tY3AtbG9jYWwtcmFnIiwibWNwLWxvY2FsLXJhZyJdfQ%3D%3D) []…
Read full README on GitHub →

Related ai & ml servers