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
0
View on GitHub

Installation

npx -y pdavis68/RepoMapper

Configuration

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

GitHub: https://github.com.mcas.ms/pdavis68/RepoMapper

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub