Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

RepoPilot

app.repopilot/repopilot

Repository evidence for agents before they adopt dependencies, enter codebases, compare, or merge.

Uptime
100.0%
1 direct probes · 30d
Response
548ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

check_dependency

CALL when the user or agent is about to add, upgrade, trust, fork, or deploy an npm package or public GitHub repository. Returns a lean repository-level recommendation, confidence, evidence gaps, CVEs…

evaluate_dependency_change

CALL immediately before adding or upgrading an npm dependency. Answers "is this exact version safe to take on" from registry metadata, advisory deltas, provenance, license, and repository evidence, an…

verify_dependency_change

CALL after changing the manifest/lockfile and running local checks. Compares the exact evaluated target with the resolved result and caller-reported proof receipts, reports missing/failed evidence and…

analyze_repo

CALL when entering an unfamiliar repository or deciding whether to depend on, fork, learn from, or deploy it. Returns a concise four-use-case brief, watchouts, evidence confidence, architecture summar…

plan_repo_task

CALL before editing an unfamiliar public repository. Returns a bounded reading order, relevant files, dependency consumers, test/verification obligations, analyzed-vs-checked SHA relation, evidence pr…

get_artifact

CALL before substantial code work in an unfamiliar repository when the agent needs key files, entry points, architecture hypotheses, a reading order, and verify-before-trusting guidance. Returns the c…

compare_repos

CALL when the user is choosing between exactly two dependencies or repositories. Returns the preferred candidate for each use case, material trade-offs, confidence, and evidence gaps. Each target is o…

check_change_risk

CALL before merging a pull request or after producing a local diff. Returns a deterministic 0-10 change-shape score with receipts for size, spread, missing tests, sensitive paths, hotspots, and blast …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "repopilot": {
      "url": "https://repopilot.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}