vitali87/code-graph-rag

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 40 minutes ago
Added to GitGenius on August 11th, 2026
Created on June 16th, 2025
Open Issues & Pull Requests: 45 (+0)
GitHub issues: Enabled
Number of forks: 578
Total Stargazers: 4,131 (+5)
Total Subscribers: 34 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.4 hours
Mean response time: 21.4 days
90th percentile: 84.1 days
Tracked items: 355

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 17% of open issues come from outside the core team — the tracker reads mainly as internal planning. Work labelled "bug" is answered fastest, typically in about 31 hours, while "enhancement" waits about 7 days. Almost all tracked open issues have seen activity in the last three months. Only 11% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 41
New in 7 days: 58
Closed in 7 days: 55
Avg open age: 69 days
Stale 30+ days: 5
Stale 90+ days: 5

Recent activity

Opened in 7 days: 57
Closed in 7 days: 55
Comments in 7 days: 9
Events in 7 days: 182

Top labels

  • enhancement (145)
  • bug (52)
  • advanced (26)
  • good first issue (20)
  • question (16)
  • medium (10)
  • rust (7)
  • documentation (6)

Detailed Description

Code-Graph-RAG is a retrieval-augmented generation system that enables querying, understanding, and editing multi-language codebases using AI and knowledge graphs.

The tool addresses the challenge of navigating and comprehending large monorepos by building a semantic knowledge graph of code structure. It parses source files across multiple programming languages using tree-sitter, extracts abstract syntax trees, and stores the resulting code relationships in a graph database. This graph representation allows an LLM to retrieve contextually relevant code segments when answering questions or suggesting edits, rather than relying on simple text search or token limits.

The project suits teams working with large, multi-language monorepos who need to understand cross-module dependencies and make informed code changes. It integrates with Claude through an MCP server interface, allowing developers to query their codebase directly within Claude Code or other compatible tools. The tool is designed for scenarios where traditional code search or IDE navigation becomes unwieldy, and where semantic understanding of relationships between code components matters more than keyword matching.

The project maintains active continuous integration with automated testing and code quality checks. Development follows a structured approach with security assessments and best practices compliance tracked through multiple external standards. The codebase demonstrates consistent attention to code coverage and quality metrics across releases.