mcpbeat Sign in

Standup from your activity MCP Server

local only

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

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

Installs per day peak 21 · avg 7 · -3% w/w
a month agotoday
29
Installs / week
npm · standup-mcp
0
Stars
0 open issues
17 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Standup from your activity 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 standup-mcp -- npx -y standup-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "standup-mcp": {
      "args": [
        "-y",
        "standup-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.standup-mcp]
command = "npx"
args = ["-y", "standup-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "standup-mcp": {
      "args": [
        "-y",
        "standup-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "standup-mcp": {
      "args": [
        "-y",
        "standup-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub read-only personal access token. Enables commits, PRs, and reviews. Leave all sources unset to use the built-in demo data.), JIRA_BASE_URL (Your Jira Cloud site, e.g. https://your-company.atlassian.net.), JIRA_EMAIL (Atlassian account email the API token belongs to.), JIRA_API_TOKEN (Jira API token from id.atlassian.com. Read-only use.), LINEAR_API_KEY (Linear personal API key (read-only). Enables issue state changes and comments.), SLACK_TOKEN (Slack token with read scopes. Enables scanning your own messages for blocker language.), SLACK_CHANNELS (Optional comma-separated channel ids to scan when message search is unavailable.), STANDUP_NAME (Optional display name for the standup's owner.), STANDUP_DEMO_MODE (Set to true to force the demo dataset even when credentials are present.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Standup from your activity

same job, measured the same way
Data-grounded sprint retro
by sathvic-kollu

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

32 installs/wk local only
Standupbot
by rimysore

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

27 installs/wk local only
Gitstandup
by muba00

Generate daily standup notes from git commits across multiple repositories with AI summaries.

43 installs/wk local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only
Arlet
by arlet

Create, deploy, and operate MCP servers directly from your GitHub repositories.

answering
glim.sh
by glim

Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.

14 tools answering
I
N0s1 MCP
by spark1security

Secret scanner for Slack, Jira, Confluence, Asana, Wrike, Linear, Zendesk, GitHub and GitLab

144 installs/wk local only
SpikeMe
by isaacviannadev

Analyze your repo's stack and generate grounded, time-boxed spike decision docs.

40 installs/wk local only

Standup from your activity — questions

Answers built from our own checks of this server.

Why is there no uptime for Standup from your activity?
Standup from your activity 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 standup-mcp was installed 29 times last week.
How do I connect Standup from your activity?
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 standup-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Standup from your activity?
The npm package standup-mcp was installed 29 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Standup from your activity open source?
Yes — it is published under the MIT licence, written in TypeScript 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.