Codebase RAG MCP Server
Allows indexing and searching GitHub repositories for code semantic search.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Codebase RAG MCP Serverfind the function that handles user authentication"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Codebase RAG MCP Server
A Retrieval-Augmented Generation (RAG) Model-Controller-Provider (MCP) server designed to assist AI agents and developers in understanding and navigating codebases.
Quick Links
Getting Started: Installation and Basic Usage.
User Manual: Tutorials, Features, and Advanced Usage.
Configuration: Environment variables and performance tuning.
Architecture: System design and high-level overview.
Contributing: Developer setup and guidelines.
Related MCP server: PAMPA
Overview
This tool allows you to "chat" with your code. It indexes your local directories or GitHub repositories into a vector database (Qdrant), allowing Large Language Models to perform semantic searches and retrieve accurate code snippets.
Key Features
🔍 Semantic Search: Find code by meaning, not just keywords.
🎯 Two-Stage RAG: 22-31% accuracy improvement with cross-encoder reranking (Qwen3-Reranker).
🧠 Intelligent Chunking: Parses code into functions and classes using Tree-sitter for better context.
⚡ High Performance: Supports incremental indexing and MPS acceleration on macOS.
🌐 Multi-Language: Supports Python, JavaScript, TypeScript, Go, Rust, Java, C++, and more.
📝 File Logging: Optional centralized logging with automatic rotation for debugging.
Quick Start
Setup:
./setup.shIndex Code:
uv run python manual_indexing.py -d "." -m clear_existingConnect: Follow the instructions from
setup.shto add the server to your MCP client (e.g., Claude Desktop).
For detailed instructions, please visit Getting Started.
Documentation
Detailed documentation is available in the docs/ directory:
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Shared memory for coding agents. Stop re-explaining your codebase every session.
Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.
Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
Codebase intelligence for AI agents — dead code, blast radius, ownership.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to index and search codebases using semantic search powered by multiple embedding providers (OpenAI, VoyageAI, Gemini, Ollama) and vector database storage.-
- AlicenseNot gradedqualityCmaintenanceProvides semantic code search and retrieval capabilities for AI agents, enabling them to query codebases using natural language with automatic learning, hybrid search, and intelligent chunking of functions and classes.10 npm30ISC
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to semantically search and navigate code repositories using natural language, with support for multiple repos, incremental indexing, and no local install needed.-
- AlicenseNot gradedqualityDmaintenanceEnables semantic code search and AI-powered chat for local codebases, with support for multiple AI providers and a plugin system.25 npmMIT