Odel
mcp local rag

mcp local rag

Local
@shinpr387TypeScriptMITUpdated 2 days ago

Easy-to-setup local RAG server with minimal configuration

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-local-ragv0.18.2

Run

npx -y mcp-local-rag

MCP client config

{
  "mcpServers": {
    "mcp-local-rag": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-local-rag"
      ]
    }
  }
}