Repo Map
JSON →An MCP server (and command-line tool) to provide a dynamic map of chat-related files from the repository with their function prototypes and related files in order of relevance. Based on the "Repo Map" functionality in Aider.chat
Install
pip install -r Tools · 2
- get_repo_map Generate a repository map highlighting important files, code definitions, and their relationships, respecting token limits and prioritizing specified files.
- get_ranked_tags_map_uncached Retrieve a ranked map of code tags (functions, classes) from the repository, using PageRank to prioritize importance.
Links
★ 173 GitHub stars