MCP Repo Mapper for VS Code
io.github.lovranran/mcp-repo-mapper
Deterministic repository structure mapping for onboarding agents.
client:VS Code
transport:stdio
runtime:pypi
Install MCP Repo Mapper in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-repo-mapper": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-repo-mapper"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs