Catalog
io.github.James-Chahwan/repo-graph
Officialby James-Chahwan · Rust
Structural graph map of any codebase so LLMs navigate by structure, not guesswork.
Creates structural graph maps of codebases to help LLMs navigate code by structure.
README not available yet.
Install
Configuration
Environment variables
REPO_GRAPH_REPOPath to the target repository to map. Alternative to --repo; takes effect when --repo is not passed.
Arguments
--repoclaude_desktop_config.json
{
"mcpServers": {
"repo-graph": {
"command": "uvx",
"args": [
"mcp-repo-graph",
"--repo"
],
"env": {
"REPO_GRAPH_REPO": "<YOUR_REPO_GRAPH_REPO>"
}
}
}
}