repo graph for Cline
io.github.james-chahwan/repo-graph
Structural graph map of any codebase so LLMs navigate by structure, not guesswork.
client:Cline
transport:stdio
runtime:pypi
Install repo graph in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"repo-graph": {
"command": "uvx",
"args": [
"mcp-repo-graph"
],
"env": {
"REPO_GRAPH_REPO": "<REPO_GRAPH_REPO>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs