Add StandupCraft — MCP server for developer standups & client reports#807
Open
jabbawocky wants to merge 2 commits into
Open
Add StandupCraft — MCP server for developer standups & client reports#807jabbawocky wants to merge 2 commits into
jabbawocky wants to merge 2 commits into
Conversation
wilsonccccc
requested changes
Jun 21, 2026
wilsonccccc
left a comment
Contributor
There was a problem hiding this comment.
Thanks for the submission. StandupCraft looks potentially listable, but this PR also adds ProposalCraft, which is already listed in the catalog. Please remove the duplicate ProposalCraft entry and keep this PR focused on the new StandupCraft entry.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
StandupCraft is an MCP server that reads git commits and GitHub activity to generate daily standups, weekly client reports, and sprint retros — inside Claude Desktop.
GitHub: https://github.com/jabbawocky/standupcraft
Key tools:
get_git_activity— Read local git commits across repos for any time range (no API key needed)get_github_activity— Fetch PRs, reviews, and issue comments from GitHub (needs GITHUB_TOKEN)generate_standup— Format activity into a ready-to-paste standup (Slack, email, Markdown)generate_weekly_summary— Weekly client report or team update from 7 days of activitylist_configured_sources— Show which data sources are activeInstall:
npx -y github:jabbawocky/standupcraftLicense: MIT
API key: Not required
Compatible with: Claude Desktop, Claude Code, Cursor, Windsurf, any MCP client