pdavis68/RepoMapper
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
Quick Start
Clone the repository:
git clone https://github.com.mcas.ms/pdavis68/RepoMapperClaude Desktop configuration example:
{
"mcpServers": {
"pdavis68repomapper": {
"command": "npx",
"args": [
"-y",
"pdavis68/RepoMapper"
]
}
}
}Check the repository README for specific installation and configuration instructions.