Skip to content

Getting Started

Repo Crawler MCP turns GitHub repositories into structured intelligence for AI agents. Metadata, issues, security alerts, SBOMs — all through one tool call.

{
"mcpServers": {
"repo-crawler": {
"command": "npx",
"args": ["-y", "@mcptoolshop/repo-crawler-mcp"],
"env": {
"GITHUB_TOKEN": "ghp_your_token_here"
}
}
}
}
With tokenWithout token
5,000 requests/hour60 requests/hour

Token scopes by tier:

TierRequired Scopes
Tier 1public_repo (or repo for private repos)
Tier 2Same + push/admin access for traffic data
Tier 3Same + security_events for Dependabot, code scanning, secret scanning

Ask your LLM to crawl any public repo:

crawl_repo({ owner: "facebook", repo: "react", tier: "1" })

This returns metadata, file tree, languages, README, commits, contributors, branches, tags, releases, community health, and CI workflows — all from about 11 API calls.