Code Understanding
JSON →Analyzes local and remote GitHub repositories to provide code understanding and context generation, including structure analysis, file identification, and semantic mapping.
Install
uvx (Recommended) Tools · 7
- clone_and_analyze_repository Clone and analyze GitHub repositories or local codebases
- get_repository_structure Get repository structure and file organization
- identify_critical_files Identify critical files based on complexity metrics and code structure
- generate_repository_map Generate detailed repository maps showing function signatures, class definitions, code structure, and dependencies
- retrieve_documentation Retrieve and analyze repository documentation
- target_analysis Target analysis to specific files or directories
- refresh_analysis Keep analysis up-to-date with repository changes via refresh
Environment variables
GITHUB_PERSONAL_ACCESS_TOKEN
★ 13 GitHub stars