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
태그
- CLI 도구
- RAG
- MCP 서버
- 지식 그래프
- 그래프 데이터베이스
- 벡터 데이터베이스
- 파이썬
- 로컬 배포
요약
Tree-sitter로 다중 언어 코드베이스를 파싱해 Memgraph 지식 그래프를 구축하고, 자연어 질의를 Cypher로 변환해 코드 구조를 검색·이해·수정할 수 있는 코드 RAG 도구입니다. AST 기반 정밀 패치와 diff 미리보기, 데드 코드 탐지, ast-grep 구조 검색·치환을 지원하며 MCP 서버로도 동작해 Claude Code 등에서 코드베이스를 직접 질의·편집할 수 있습니다. Python·TypeScript·Rust·Go 등 14개 이상 언어를 지원하는 모노레포 분석 시나리오에 적합합니다.
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…