Repo Recap
Enables Claude to query GitHub repositories in plain English, fetching recent activity, release notes, issue triage, and health summaries via the GitHub API.
README
Repo Recap — GitHub MCP Server for Claude
Ask Claude about any GitHub repository in plain English — it answers using real live data.
What is this?
Repo Recap is an MCP (Model Context Protocol) server that bridges Claude to the GitHub API. Instead of clicking through dozens of GitHub pages, you simply ask Claude a question:
"What happened in
vercel/next.jsthis week?" "Draft release notes forfacebook/reactfrom the last 30 days." "Which issues inmicrosoft/vscodeneed the most attention?"
Claude calls this server, fetches the data, and hands you a clean, readable answer.
Features
| Ask Claude… | Tool called |
|---|---|
"Recap owner/repo from the last week" |
list_recent_activity |
"Draft release notes for owner/repo" |
summarize_pull_requests |
| "What open issues need attention?" | triage_issues |
"How healthy is owner/repo?" |
get_repo_health |
Also includes:
- A resource — read any repo's README directly inside Claude
- A prompt — one-click weekly digest template
How it works
You (in Claude) ──► Claude ──► repo-recap server ──► GitHub API
│ │
clean summary ◄──────┴────── tidied-up data ◄────────────┘
Claude never talks to GitHub directly. This server is the bridge: it holds your GitHub token securely, calls the API, and converts raw JSON into readable summaries.
Prerequisites
- Python 3.10+
- A GitHub personal access token (read-only is enough)
- Claude Desktop (to connect the server to Claude)
Setup
1. Clone the repo
git clone https://github.com/YOUR_USERNAME/repo-recap.git
cd repo-recap
2. Install dependencies
pip install -r requirements.txt
Tip: use a virtual environment —
python -m venv .venv && source .venv/bin/activate(Mac/Linux) or.venv\Scripts\activate(Windows)
3. Create your .env file
cp .env.example .env
Open .env and paste your GitHub token:
GITHUB_TOKEN=github_pat_your_real_token_here
How to get a token: GitHub → Settings → Developer settings → Fine-grained personal access tokens → New token. Set it to read-only. Required permissions: Contents, Issues, Pull requests, Metadata.
4. Test without Claude (optional but recommended)
mcp dev server.py
This opens the MCP Inspector in your browser — you can click-test every tool before connecting to Claude.
5. Connect to Claude Desktop
Find your Claude Desktop config file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add this block (adjust the path to where you cloned the repo):
{
"mcpServers": {
"repo-recap": {
"command": "python",
"args": ["C:/FULL/PATH/TO/repo-recap/server.py"]
}
}
}
Restart Claude Desktop. A small hammer icon will appear — the tools are live.
Usage examples
Weekly recap
"Give me a recap of
torvalds/linuxfrom the last 7 days."
Release notes
"Summarize pull requests in
astral-sh/uvfrom the last month and write release notes."
Issue triage
"What are the top 10 open issues in
django/djangosorted by discussion?"
Health check
"How healthy is
supabase/supabase— stars, open PRs, last release?"
Read a README
"Show me the README for
anthropics/anthropic-sdk-python."
Project structure
repo-recap/
├── server.py # MCP server — all tools, resource, and prompt live here
├── requirements.txt # Python dependencies
├── .env.example # Token template (safe to commit)
├── .env # Your real token (never committed)
└── .gitignore
Built with
- Model Context Protocol (MCP) — open standard for connecting tools to AI
- FastMCP — ergonomic MCP server framework
- PyGithub — GitHub API Python client
- python-dotenv — safe
.envloading
Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change.
- Fork the repo
- Create a feature branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -m 'Add my feature') - Push to the branch (
git push origin feature/my-feature) - Open a pull request
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。