Loading languages...
MC

mcp-local-rag

@nkapila660

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

RAG
web search
local
embeddings

# mcpServer Config

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

# stdio

uvx --python=3.10 --from git+https://github.com/nkapila6/mcp-local-rag mcp-local-rag
Transport:
stdio
Ngôn ngữ:
python
Đã tạo:3/13/2025
Đã cập nhật:7/23/2025