Run This Ai
EN DE

CodeGraph RAG

CodeGraph RAG turns your monorepo into a queryable knowledge graph — ask questions, understand architecture, and edit multi-language codebases with AI.

★ 4,655 GitHub MIT ragmcpknowledge-graphmonorepolocal-firstcode-intelligence RAG & Knowledge

Overview

CodeGraph RAG is a local-first code intelligence platform that indexes your entire monorepo into a hybrid knowledge graph combining Memgraph (graph database) and Qdrant (vector database). It lets developers query codebases in natural language, explore cross-language dependencies, understand architecture, and even perform AI-assisted edits across dozens of languages using tree-sitter parsing. It ships as both a CLI and an MCP (Model Context Protocol) server, so it plugs directly into Cursor, Claude Code, and other AI assistants. Self-hosted, MIT-licensed, and designed for monorepos of any size.

Requirements

Min vCPU
2
Min RAM
4096 MB
Min Disk
10 GB
Rec vCPU
4
Rec RAM
8192 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 8

8 vCPU · 32256 MB · 400 GB

$20.00
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  code-graph-rag:
    image: ghcr.io/vitali87/code-graph-rag:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/code-graph-rag:/data

Best VPS for CodeGraph RAG →

Related tools

Guides & articles