新增 Muvon/octocode — Rust 语义代码索引器与 GraphRAG MCP 服务器#201
Open
donhardman wants to merge 1 commit intoyzfly:mainfrom
Open
新增 Muvon/octocode — Rust 语义代码索引器与 GraphRAG MCP 服务器#201donhardman wants to merge 1 commit intoyzfly:mainfrom
donhardman wants to merge 1 commit intoyzfly:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增 Muvon/octocode 到「开发与代码执行」分类。
项目简介:
Rust 编写的语义代码索引器,构建代码库的 GraphRAG 知识图谱并通过 MCP 服务器暴露给 AI 代理(Claude Desktop / Cursor / Windsurf 等)。
MCP 工具:
semantic_search— 自然语言代码语义搜索(基于 LanceDB 向量存储)structural_search— 基于 ast-grep 的结构化代码搜索,支持原地重写view_signatures— 仅提取声明(无函数体)以节省 tokengraphrag— 代码知识图谱查询(节点关系、路径、概览)项目信息: