We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08a0dd6 + 6706284 commit fd1049cCopy full SHA for fd1049c
data/tools/code-graph-rag.yml
@@ -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