Standupbot
БесплатноНе проверенConnects Claude to GitHub activity to generate standup summaries of commits, PRs, reviews, and issues for individuals or teams.
Описание
Connects Claude to GitHub activity to generate standup summaries of commits, PRs, reviews, and issues for individuals or teams.
README
"What did I even do yesterday?" — solved.
StandupBot is a free Model Context Protocol server that connects Claude to your GitHub activity. Ask Claude for your standup and it pulls the last 24h of commits, PRs, reviews, and issues — formatted and ready to paste into Slack.
Tools
| Tool | What it does |
|---|---|
get_standup |
Your personal standup — commits, PRs, reviews, issues in the last N hours |
get_standup_multi |
Team standup — same thing for a list of GitHub usernames |
get_repo_pulse |
Recent activity on any public or private repo |
Quick Start
1. Get a GitHub token
Go to GitHub → Settings → Developer settings → Personal access tokens → Tokens (classic).
Create a token with these scopes:
repo(to see private repos)read:user
2. Add to Claude Code
Add this to your Claude Code config (~/.claude/claude_desktop_config.json for Claude Desktop, or .claude/settings.json for Claude Code CLI):
{
"mcpServers": {
"standupbot": {
"command": "npx",
"args": ["-y", "standupbot-mcp"],
"env": {
"GITHUB_TOKEN": "ghp_your_token_here"
}
}
}
}
3. Ask Claude
Give me my standup for the last 24 hours. My GitHub username is alice.
Generate a team standup for usernames: alice, bob, carol
What's been happening in the facebook/react repo today?
Example Output
## Daily Standup — @alice
_Last 24h of GitHub activity_
### Commits
- **alice/my-app** (a3f9c12) — fix: resolve race condition in auth middleware
https://github.com/alice/my-app/commit/a3f9c12
### PRs Opened
- **alice/my-app** (#42) — feat: add OAuth2 support
https://github.com/alice/my-app/pull/42
### PRs Reviewed
- **team-org/backend** (#99) — refactor: extract payment service
https://github.com/team-org/backend/pull/99
Environment Variables
You can set GITHUB_TOKEN as an env var in your MCP config and omit it from tool calls:
"env": { "GITHUB_TOKEN": "ghp_..." }
The tool will fall back to the env var automatically if no token is passed.
Privacy
- Your token is stored only in your local config file.
- StandupBot makes direct HTTPS calls to
api.github.com— no proxy, no telemetry, no servers. - 100% open source. MIT license.
License
MIT
Установка Standupbot
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rimysore/standupbot-mcpFAQ
Standupbot MCP бесплатный?
Да, Standupbot MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Standupbot?
Нет, Standupbot работает без API-ключей и переменных окружения.
Standupbot — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Standupbot в Claude Desktop, Claude Code или Cursor?
Открой Standupbot на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Standupbot with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
