Odel
mcp local rag

mcp local rag

Local
@damoqiongqiu13TypeScriptMITUpdated 1mo ago

Semantic code & doc search with keyword boost. AST code nav, auto HF mirror, local, privacy-first.

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

npm@damoqiongqiu/mcp-local-ragv0.21.0

Run

npx -y @damoqiongqiu/mcp-local-rag

MCP client config

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