Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions data/tools/code-graph-rag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Code-Graph-RAG
categories:
- meta
tags:
- python
- javascript
- typescript
- rust
- go
- java
- scala
- cpp
- lua
license: MIT
types:
- cli
source: "https://github.com/vitali87/code-graph-rag"
homepage: "https://code-graph-rag.com"
description: >-
Builds knowledge graphs from multi-language codebases using Tree-sitter AST parsing
and stores them in Memgraph. Supports 11 programming languages with a unified graph
schema and enables natural language querying and editing of code structure and
relationships. Functions as an MCP server for AI assistant integration.
Loading