code-graph-rag vitali87

The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs

主要语言
Python
Stars
4,214
Forks
588

标签

  • RAG
  • 知识图谱
  • 上下文协议MCP
  • CLI工具
  • 编程Agent
  • Python
  • 本地部署

摘要

Code-Graph-RAG 解决了大型多语言 Monorepo 难以理解和检索的问题。它使用 Tree-sitter 解析代码库,将函数、类、模块及其关系存入 Memgraph 知识图谱,再通过 RAG 将自然语言转换为 Cypher 查询,实现代码问答、精准编辑和死代码检测。支持 Python、TypeScript、Go、Java、Rust 等十余种语言,并可作为 MCP Server 供 Claude Code 等 AI 客户端直接调用。

README

<div align="center"> <!-- Bitbucket strips <picture>/<source> tags, so we use a single light-mode <img>. Restore the theme-aware <picture> block below when the GitHub account is reinstated: <picture> <source srcset="assets/logo-dark-any.png" media="(prefers-color-scheme: dark)"> <source srcset="ass…

查看完整页面