coding agents
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
macos
windows
linux
coding agents
Installation
npx -y pdavis68/RepoMapperConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "RepoMapper",
"command": "npx",
"args": [
"-y",
"pdavis68/RepoMapper"
]
}About This MCP Server
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
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub