AI coding assistants often struggle with understanding large or unfamiliar codebases beyond the immediate file. Repo Context solves this by serving as a Model Context Protocol (MCP) server, indexing Git repositories to provide AI assistants like Claude Code, Cursor, and VS Code Copilot with structured, comprehensive access. It goes beyond simple text search, offering deep code understanding through symbol extraction, dependency graphing, and architecture analysis across 12+ programming languages, including optional integration with Joern CPG for advanced call and data flow tracking. This enables AI assistants to provide accurate answers, navigate codebases effectively, and analyze software architecture across single or multiple repositories from GitHub, GitLab, or local sources.
Características Principales
01Built as an MCP server for direct AI assistant tool calls
02Indexes and searches across multiple repositories (GitHub, GitLab, local)
03Deep code understanding with symbol extraction for 12+ languages
040 GitHub stars
05Optional Joern CPG integration for advanced call graphs and data flow tracking
06Generates dependency graphs and performs architectural analysis (DSM, cycle detection)
Casos de Uso
01Analyze software architecture, detect cycles, and identify layers across an entire organization's repositories with AI assistance.
02Enable AI assistants to understand complex authentication flows and system architecture across various services.
03Quickly navigate and comprehend unfamiliar codebases with AI-powered insights into dependencies and structure.