standupbot-mcp
Fetches GitHub activity (commits, PRs, reviews, issues) for standup reports.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@standupbot-mcpGenerate my daily standup for the last 24 hours. GitHub user: alice."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
StandupBot MCP
"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 |
| Your personal standup — commits, PRs, reviews, issues in the last N hours |
| Team standup — same thing for a list of GitHub usernames |
| Recent activity on any public or private repo |
Related MCP server: git-standup-mcp
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, carolWhat'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/99Environment 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceConnects Claude Desktop to GitHub repositories, enabling users to perform git operations and GitHub API interactions through natural conversation.570
- AlicenseBqualityDmaintenanceGenerates standup reports from git history by analyzing recent commits across configured repositories. Enables users to query their development activity, such as what they worked on yesterday or over multiple days, through natural language interactions with Claude.2MIT
- FlicenseAqualityBmaintenanceConnects Claude to GitHub, enabling listing repositories, browsing open pull requests, and inspecting PR diffs for code review.4
- Flicense-qualityCmaintenanceEnables Claude to query GitHub repositories in plain English, fetching recent activity, release notes, issue triage, and health summaries via the GitHub API.
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rimysore/standupbot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server