Repograph MCP Server
SillySerpent/Repograph
AI-oriented/Human repository intelligence layer. Indexes your codebase into a graph database and exposes pathways, call graphs, dead code, variable flows, entry points and much more— through a Python API, CLI, or MCP server.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
SillySerpent/Repograph is a Python MCP server. AI-oriented/Human repository intelligence layer. Indexes your codebase into a graph database and exposes pathways, call graphs, dead code, variable flows, entry points and much more— through a Python API, CLI, or MCP server.
Ranked #74 out of 116 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# RepoGraph AI-oriented/Human repository intelligence layer. Indexes your codebase into a graph database and exposes pathways, call graphs, dead code, variable flows, and entry points — through a Python API, CLI, or MCP server. --- ## Quick start From a checkout you can use the helper scripts (executable bit: `chmod +x setup.sh run.sh`): ```bash ./setup.sh # runs scripts/repograph_setup.py (venv + editable install + doctor) ./run.sh # pick how to run repograph (menu, doctor, help, or custom args) ``` Or install and run the CLI directly: ```bash pip install -e "." # or pip install repograph repograph init # Init .repograph repograph sync --full # index the current directory repograph status # check what was found repograph summary # one-screen intelligence overview ``` **Requirements:** Python 3.11+. ### Three ways to interact **1 — CLI (recommended)** ```bash repograph init [PATH] repographRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.