code-rag
Code RAG MCP server: semantic indexing and retrieval of a local codebase (declaration-aware chunking + bge-m3 embeddings + Qdrant hybrid search). Exposes search_code / index_codebase / index_status / index_cancel / set_root MCP tools and a CLI, plus a loc
Code RAG MCP 服务器:本地代码库的语义索引和检索(声明感知分块 + bge-m3 嵌入 + Qdrant 混合搜索)。提供 search_code / index_codebase / index_status / index_cancel / set_root MCP 工具和 CLI,以及 loc。
How to install
dsh plugin add @aylina_ankali/code-rag-mcp About
code-rag — 本地代码库语义索引与检索(DSH 模式) 对本地代码库(C++ / Java 为主,支持中英文注释混合)做**声明感知分块 → Ollama 向量化 → Qdrant 存储**, 为 DSH 会话提供五个 MCP 工具 + 一个可视化索引面板: | 工具(模型视角) | 作用 | |---|---| | mcp__code_rag__search_code | 自然语言检索代码,返回文件路径 / 函数名 / 行号 / 相似度 / 片段(按 root 隔离) | | mcp__code_rag__index_codebase | **异步**索引:立即返回 taskId,后台执行,**不受调用超时限制**;full: true 只重建当前根 | | mcp__code_rag__index_status | 索引状态 + **运行中任务的实时进度**(百分比/文件/分块/错误明细) | | mcp__code_rag__index_cancel | 取消当前根的运行中任务 | | mcp__code_rag__set_root | 切换当前代码库根(换工作区/项目后的第一步) | 工具名前缀 mcp__code_rag__ 由 DSH 的 MCP 桥接插件(@deepseek-ai/dsh-mcp-client)按 mcp__<serverName>__<raw…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-29
- Created
- 2026-08-26
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
ms-365-mcp-server
softeria/ms-365-mcp-server
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
mcp-searxng
ihor-sokoliuk/mcp-searxng
Private web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
ssh-mcp
tufantunc/ssh-mcp
MCP server exposing SSH control for Linux servers via Model Context Protocol.