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).
Run
npx -y @damoqiongqiu/mcp-local-rag
MCP client config
{
"mcpServers": {
"mcp-local-rag": {
"command": "npx",
"args": [
"-y",
"@damoqiongqiu/mcp-local-rag"
]
}
}
}