Open-source MCP server that writes your daily standup from real activity across GitHub, Jira, Linear, and Slack. Yesterday, Today, and Blockers, grouped by work item.
Open source on GitHub and published on npm.
Every standup, you reconstruct yesterday from memory across scattered commits, PRs, tickets, and threads. standup-mcp reads that activity back and writes the draft for you. You ask your AI assistant "what should I say at standup today?" and it answers from your real GitHub, Jira, Linear, and Slack activity: grouped by work item, in concrete deltas, with blockers it noticed on its own.
It is a Model Context Protocol server, so it works with any MCP client (Claude, Cursor, Cline, and more) on any model. It is local and read-only: nothing about your activity leaves your machine except the calls to those tools' own APIs, and it needs no AI API key. It also ships a zero-config demo mode, so anyone can try it in seconds.
Try it.npx -y standup-mcp --demo
Stack. TypeScript, Model Context Protocol SDK, GitHub REST, Jira Cloud REST, Linear GraphQL, and Slack Web APIs, a unified activity model, tested end to end. Built with Claude Code.
Your email address will not be published. Required fields are marked *