Odel
minirag mcp

minirag mcp

Local
@sfrangulov64PythonMITUpdated 4w ago

Local-first RAG MCP server: hybrid search over a folder of your own documents

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).

PyPIminirag-mcpv0.6.0

Run

uvx minirag-mcp

MCP client config

{
  "mcpServers": {
    "minirag-mcp": {
      "command": "uvx",
      "args": [
        "minirag-mcp"
      ]
    }
  }
}