CodeGraph RAG
CodeGraph RAG turns your monorepo into a queryable knowledge graph — ask questions, understand architecture, and edit multi-language codebases with AI.
Overview
Requirements
Recommended VPS
Hostinger · KVM 4
4 vCPU · 16384 MB · 200 GB
Hostinger · KVM 4
4 vCPU · 16384 MB · 200 GB
Hostinger · KVM 8
8 vCPU · 32256 MB · 400 GB
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
Related tools
LangChain
Build context-aware reasoning applications powered by LLMs
Supabase
Open-source Postgres platform for AI apps with vector search, realtime subscriptions & built-in dashboard
RedisStack
Redis with integrated modules for vector search, JSON, and search capabilities
Meilisearch
Lightning-fast search engine with AI-powered hybrid and vector search
PrivateGPT
Chat with your documents privately using LLMs — 100% local, no data leaks
Milvus
High-performance cloud-native vector database for scalable ANN search
Guides & articles
CodeGraph RAG Tutorial: Query and Edit Your Codebase with MCP + AI
Step-by-step tutorial: index a repository with CodeGraph RAG, query it in natural language, and connect it to Claude Code or Cursor via MCP for AI-assisted edits.
CodeGraph RAG: Turn Your Monorepo into a Queryable Knowledge Graph
CodeGraph RAG combines Memgraph and Qdrant into a hybrid knowledge graph for local-first code intelligence. Learn how it answers natural-language questions about your monorepo across 14+ languages.