Skip to content

Commit 6706284

Browse files
author
Vitali Avagyan
committed
Add Code-Graph-RAG to tools
1 parent ded8ca4 commit 6706284

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

data/tools/code-graph-rag.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Code-Graph-RAG
2+
categories:
3+
- meta
4+
tags:
5+
- python
6+
- javascript
7+
- typescript
8+
- rust
9+
- go
10+
- java
11+
- scala
12+
- cpp
13+
- lua
14+
license: MIT
15+
types:
16+
- cli
17+
source: "https://github.com/vitali87/code-graph-rag"
18+
homepage: "https://code-graph-rag.com"
19+
description: >-
20+
Builds knowledge graphs from multi-language codebases using Tree-sitter AST parsing
21+
and stores them in Memgraph. Supports 11 programming languages with a unified graph
22+
schema and enables natural language querying and editing of code structure and
23+
relationships. Functions as an MCP server for AI assistant integration.

0 commit comments

Comments
 (0)