Local RAG (damoqiongqiu) MCP Server

1. Features 2. Quick Start 2.1 Configure Your AI Coding Tool 2.2 CLI Quick Start 2.3 First-Time Project Indexing 3. Core Concepts 3.1 Dual-Strategy Chunking 3.2 Hybrid Search 3.3 Security Boundary 4. MCP Tool Reference 4.1 Ingest Tools. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-23 · ★ 13 · #55 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Local RAG (damoqiongqiu)

before you install - you'll need

Set BASE_DIR, RAG_DEVICE, CHUNK_MIN_LENGTH, HTTPS_PROXY, BASE_DIRS before connecting. RAG_DTYPE, DB_PATH are optional or environment-specific per the README.

Claude Code

claude mcp add damoqiongqiu-mcp-local-rag -- npx -y @damoqiongqiu/mcp-local-rag

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository a fork of another project - check the upstream repo before trusting releases

repo age created 2026-07-11 - young repo, little track record yet

license MIT - declared in the repository

npm package @damoqiongqiu/mcp-local-rag - published under the repo owner's npm scope (@damoqiongqiu)

registry namespace io.github.damoqiongqiu is GitHub-verified and matches the repo owner

03 · What Local RAG (damoqiongqiu) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.18.5 · 2026-07-11

v0.18.5 - 2026-07-11 · Fixed · fallback 路径中 env.fetch 被置为 undefined - 非 ModelScope mirror 时 env.fetch 重置为 undefined,导致 pipeline() 报 env.fetch is not a function · remotePathTemplate 中多余的 {file} 占位符…

v0.18.4 · 2026-07-11

v0.18.4 - 2026-07-11 · Added · ModelScope.cn 第三级镜像回退 - 镜像链从 2 级扩展为 3 级:huggingface.co → hf-mirror.com → modelscope.cn · MirrorConfig 类型化配置重构:{ url, pathTemplate, urlStyle } 替代字符串数组 · - hf-hub 风格: 通过 /api/models/ JSON…

v0.18.3 · 2026-07-11

v0.18.3 - 2026-07-11 · Added · 镜像 API 完整性探测 - 检测镜像是否支持完整的 Hub API(/api/models/)。hf-mirror.com 仅 CDN 缓存文件,不支持 API,导致 Transformers.js 无法列出模型文件 · ResolvedEndpoint.apiComplete 布尔字段 · hubApiBroken 标记,防止对 API 不完整的镜像做无效重试…

04 · Who maintains Local RAG (damoqiongqiu)

mcp-local-rag is maintained by damoqiongqiu. We track 2 MCP servers from damoqiongqiu - 2 actively maintained, 13 combined GitHub stars, oldest repo from Jul 2026.

05 · Facts

category
documentation - ranked #55 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-07-11)
registry
io.github.damoqiongqiu/mcp-local-rag (active, first published 2026-07-11 · 11 versions)
packages
npm:@damoqiongqiu/mcp-local-rag

06 · Local RAG (damoqiongqiu) FAQ

What is Local RAG (damoqiongqiu)?

1. Features 2. Quick Start 2.1 Configure Your AI Coding Tool 2.2 CLI Quick Start 2.3 First-Time Project Indexing 3. Core Concepts 3.1 Dual-Strategy Chunking 3.2 Hybrid Search 3.3 Security Boundary 4. MCP Tool Reference 4.1 Ingest Tools. It runs locally over stdio via the published package.

Is Local RAG (damoqiongqiu) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-23 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Local RAG (damoqiongqiu)?

Run `npx -y @damoqiongqiu/mcp-local-rag`. The README documents 7 environment variables (BASE_DIR, RAG_DTYPE, RAG_DEVICE…) to set first. Set BASE_DIR, RAG_DEVICE, CHUNK_MIN_LENGTH, HTTPS_PROXY, BASE_DIRS before connecting. RAG_DTYPE, DB_PATH are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Local RAG (damoqiongqiu) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Local RAG (damoqiongqiu)

More documentation MCP servers · second-brain MCP · Akb · Google Docs · Twitterapi Docs MCP · Twitterapi Io MCP

More TypeScript MCP servers · Convalytics · Cobroya · Kit.com MCP Server · LLM Bus · Repomemory · see all