repo cartographer for VS Code
io.github.builditwithgk/repo-cartographer
Maps any repo into an architecture diagram (Mermaid/Graphviz) and enforces architecture rules in CI
client:VS Code
transport:stdio
runtime:npm
Install repo cartographer in VS Code
.vscode/mcp.json
{
"servers": {
"repo-cartographer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"repo-cartographer"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs