Ross ROSS = Recommend OSS · open-source software intelligence for agents

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 observed · 2026-08-28

github.com/vitali87/code-graph-rag · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

85/100

  • Activity 99
  • Release rhythm 99
  • Longevity 31
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 3.5
  • age_days: 443
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 21

Full methodology

Adoption not part of the score

4828 stars · 638 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Code-Graph-RAG is a Python CLI tool and MCP server that parses multi-language codebases with Tree-sitter, builds a knowledge graph of code structure in Memgraph, and enables natural-language querying, editing, and optimization of code. It supports 14 languages under one unified graph schema and integrates with AI assistants like Claude Code.

Use cases

  • understand a large multi-language monorepo with AI
  • ask natural language questions about codebase structure
  • find which functions handle authentication across services
  • trace data flow and taint through code
  • detect dead code and duplicate code
  • structurally search and replace code by AST pattern
  • integrate codebase intelligence into Claude Code via MCP

When to choose

  • you maintain a large monorepo spanning multiple languages
  • grep and IDE find-references can't answer cross-language structural questions
  • you want an MCP server giving AI assistants deep codebase context
  • you need call-chain, dependency, or data-flow analysis as graph queries

When to avoid

  • you have a small single-language project where grep and IDE tooling suffice
  • you don't want to run Memgraph and Qdrant infrastructure locally
  • your language is unsupported (e.g. Scala is still in development)
  • you need fully offline analysis without any LLM provider

Facets

cli-tool · maturity active

rag parser search-engine nlp llm-inference mcp developer-tools code-review developer-tools large-language-models parsers programming-languages python cli cross-platform knowledge-graph tree-sitter memgraph code-analysis monorepo ast cypher semantic-search mcp-server static-analysis retrieval-augmented-generation docker

6 sources

Member repositories

RepositoryRoleHealth v2
vitali87/code-graph-ragmain85

For agents

markdown · JSON · MCP: product_card(name="vitali87/code-graph-rag")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem