Found 850 repositories(showing 30)
ForLoopCodes
Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.
https-deeplearning-ai
No description available
sankalp1999
RAG on codebases using treesitter and LanceDB
2dogsandanerd
A Docker-powered RAG system that understands the difference between code and prose. Ingest your codebase and documentation, then query them with full privacy and zero configuration.
https-deeplearning-ai
No description available
krokozyab
Agent Fusion is a local RAG semantic search engine that gives AI agents instant access to your code, documentation (Markdown, Word, PDF). Query your codebase from code agents without hallucinations. Runs 100% locally, includes a lightweight embedding model, and optional multi-agent task orchestration. Deploy with a single JAR
ragmate
Local RAG server for code editors. Scans your codebase, builds a local context index, and connects to any external LLM for context-aware completions and assistance.
kbhujbal
AI travel planner with 7 specialized agents, RAG, and tool-calling. Built with CrewAI & LangChain. Generates personalized itineraries with flights, hotels, activities, and cultural tips. Production-ready Python codebase.
bitcrowd
💁 Example code for a blog post series about using a RAG system on a local codebase.
RaguTeam
Codebase for the implementaion of graph-rag system
HKUST-KnowComp
The official codebase for our paper "NAACL: Noise-AwAre Verbal Confidence Calibration for LLMs in RAG Systems"
raulk
Agentic RAG system grounded in Ethereum specs, discussions, papers, and codebases
nesall
Privacy-focused, self-hosted RAG assistant for querying codebases with local or cloud LLMs.
okandemirel
AI-powered autonomous coding agent for Unity/Strada.Core — PAOR agent loop, 40+ tools, RAG over C# codebases, persistent HNSW memory, multi-channel (Web/Telegram/Discord/Slack/WhatsApp), 24/7 daemon mode, multi-agent orchestration, and SOUL.md personality system.
Beer-Bears
Structural RAG (Retrieval-Augmented Generation) system for large codebases
bluewings1211
A Retrieval-Augmented Generation (RAG) Model-Controller-Provider (MCP) server designed to assist AI agents and developers in understanding and navigating codebases.. It supports incremental indexing and multi-language parsing, enabling LLMs to understand and interact with code.
BetterStacks
Unrag is a RAG installer that adds small, auditable, drop-in primitives for ingest/retrieve and adapters directly into your codebase as vendored source files.
allentcm
MCP server for code retrieval from a fully indexed codebase using CocoIndex
jardhel
Local Codebase RAG MCP Server for Claude Code - Proactive semantic indexing with AST-based chunking
pedrokohler
TypeScript CLI that pulls a GitHub repo and merges all text-like files into one clean .txt or .pdf. Skips binaries, streams progress, writes to /out. Ideal for LLMs and RAG: feed an entire codebase as a single artifact so models can use the repository context seamlessly.
AstraBert
Build a RAG agent for your codebase (+ websearch-grounded!)
adilzubair
Cortex is a sophisticated AI coding assistant that combines the power of multi-agent orchestration with Retrieval-Augmented Generation (RAG) to provide intelligent, context-aware answers about your codebase. Built with privacy in mind, Cortex runs entirely locally using Ollama or can be configured to use OpenAI's models.
team-headstart
Chat with a Codebase. Build with Pinecone & Llama 3.1 via Groq
team-headstart
Chat with a Codebase using DeepSeek R1, Claude, GPT, Gemini
Brainwires
A Rust-based Model Context Protocol (MCP) server that provides AI assistants with powerful RAG (Retrieval-Augmented Generation) capabilities for understanding massive codebases. Index codebases with FastEmbed + LanceDB, semantic code and git history searches with hybrid vector + BM25.
david-franz
Intelligent context management for AI coding assistants. Indexes your codebase with tree-sitter, builds a semantic knowledge graph, and serves 12 tools over MCP. Hybrid RAG combines keyword search, vector embeddings, and graph traversal for precise retrieval. Works with Claude Desktop, Cursor, and any MCP client. Fully local with Ollama.
vijaygupta18
RAG-powered repo Q&A and code fixer CLI. Train it on any codebase, ask anything about the code, and fix issues — all locally using Ollama. Zero API costs, your code never leaves your machine.
zzhou292
A advanced RAG framework, by Json Zhou, designed to enhance AI applications with multi-source knowledge retrieval. Specifically designed for offline LLM4CODE, aiming to provide codebase understanding offline and securely.
di5rupt0r
Self-hosted MCP server for semantic codebase search. RAG for any MCP client (Copilot, Claude, Cline) — zero cost, self-hosted.
dimitrovakulenko
Example of how to integrate AST-based RAG of your C++ codebase into your AI Assistant/Agent