mcpbeat Sign in

Standupbot MCP Server

local only

Standupbot runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 28 Jun 2026.

Turns your GitHub activity into a daily standup — commits, PRs, reviews & issues.

Installs per day peak 31 · avg 7 · -12% w/w
a month agotoday
27
Installs / week
npm · standupbot-mcp
0
Stars
0 open issues
28 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Standupbot every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add standupbot -- npx -y standupbot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "standupbot": {
      "args": [
        "-y",
        "standupbot-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.standupbot]
command = "npx"
args = ["-y", "standupbot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "standupbot": {
      "args": [
        "-y",
        "standupbot-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "standupbot": {
      "args": [
        "-y",
        "standupbot-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub personal access token with read:user and repo scopes. Generate at https://github.com/settings/tokens). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Standupbot

same job, measured the same way
Standup from your activity
by sathvic-kollu

Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.

29 installs/wk local only
MCP Github
by infoinlet-marketplace

GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.

26 installs/wk local only
github-twin
by christopherdavenport

Personal RAG over your GitHub history (commits, code, reviews), served to Claude Code over MCP.

246 installs/wk local only
Mooring
by seayniclabs

Git and GitHub operations — repo status, diffs, branches, PRs, issues, and Actions.

69 installs/wk local only
GitHub
by aifity

Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.

local only
Pare Github
by dave-london

Pare GitHub ג€” Structured GitHub operations (PRs, issues, actions) as typed JSON.

133 installs/wk local only
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
Data-grounded sprint retro
by sathvic-kollu

Data-grounded sprint retrospectives from your Jira, GitHub, and Slack activity.

32 installs/wk local only

Standupbot — questions

Answers built from our own checks of this server.

Why is there no uptime for Standupbot?
Standupbot runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package standupbot-mcp was installed 27 times last week.
How do I connect Standupbot?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls standupbot-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Standupbot?
The npm package standupbot-mcp was installed 27 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Standupbot open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.