Loading MCP server directory, please wait...
Semantic code & doc search with keyword boost. AST parsing, local embeddings, privacy-first.
npx @getmcp/cli add io.github.damoqiongqiu/mcp-local-ragRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.damoqiongqiu/mcp-local-rag": {
"command": "npx",
"args": [
"-y",
"@damoqiongqiu/mcp-local-rag"
],
"env": {
"BASE_DIR": "",
"BASE_DIRS": "",
"DB_PATH": "",
"CACHE_DIR": "",
"MODEL_NAME": "",
"MAX_FILE_SIZE": "",
"RAG_MAX_DISTANCE": "",
"RAG_GROUPING": "",
"RAG_MAX_FILES": "",
"CHUNK_MIN_LENGTH": "",
"RAG_DEVICE": "",
"RAG_DTYPE": "",
"RAG_HYBRID_WEIGHT": "",
"RAG_WATCH": "",
"HTTPS_PROXY": "",
"HTTP_PROXY": ""
}
}
}
}