deeprepo-mcp
v1.0.0
Published
DeepRepo MCP Server - AI architecture analysis for Claude Code. Analyze GitHub repos and chat about codebases from your terminal.
Downloads
105
Maintainers
Readme
deeprepo-mcp
MCP server for DeepRepo - AI architecture analysis for Claude Code.
Analyze any GitHub repository and get interactive architecture diagrams with AI chat, directly from Claude Code.
Setup
1. Get an API Key
Sign up at deeprepo.dev (Pro plan, $5/mo) and generate an API key at deeprepo.dev/settings.
2. Add to Claude Code
Add this to your Claude Code MCP settings:
{
"mcpServers": {
"deeprepo": {
"command": "npx",
"args": ["-y", "deeprepo-mcp"],
"env": {
"DEEPREPO_API_KEY": "dr_your_key_here"
}
}
}
}3. Use It
In Claude Code, you can now say:
- "Analyze the architecture of github.com/facebook/react"
- "How does the auth flow work in this codebase?"
- "What modules does this repo have and how do they connect?"
Tools
| Tool | Description |
|------|-------------|
| analyze_repo | Submit a GitHub URL for analysis, waits for completion, returns architecture summary |
| get_analysis | Fetch results of a completed analysis by ID |
| ask_codebase | Ask a question about an analyzed codebase (RAG-powered, returns JSON with file citations) |
Limits
- Usage counts against your DeepRepo plan quota (25 analyses/month on Pro)
- Public repos only via API (private repos require browser OAuth)
- Chat responses returned as JSON (not streaming)
- Rate limit: 60 requests/minute per key
Links
- DeepRepo - Main app
- API Key Settings - Generate keys
- Documentation - Setup guide
License
MIT
