Google PageRank for AI agents. 25,000+ tools indexed.

Repograph MCP Server

SillySerpent/Repograph

Score: 51.4 Rank #74 Database
Are you the maintainer of SillySerpent/Repograph? Claim this listing →

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.

Add AgentRank to Claude Code Discover and compare tools like SillySerpent/Repograph — your AI finds the right one automatically
Get API Access →
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

Python No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Detailed
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for SillySerpent/Repograph
[![AgentRank](https://agentrank-ai.com/api/badge/tool/SillySerpent--Repograph)](https://agentrank-ai.com/tool/SillySerpent--Repograph/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/SillySerpent--Repograph/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/SillySerpent--Repograph" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="SillySerpent/Repograph"></script>

Matched Queries

"mcp server""mcp-server"

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]
repograph 
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.