mcpbeat Sign in

Standup Mr MCP Server

local only

Standup Mr runs on your own machine — the client starts it, so there is no endpoint to ping. 173 installs a week from npm. Last commit 2 Sep 2026.

Standup notes from merge request state, with the failed job's error lines.

Installs per day peak 356 · avg 12
a month agotoday
173
Installs / week
npm · standup-mr
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/config/config.ts:80
        return execFileSync(cli, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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-mr -- npx -y standup-mr
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "standup-mr": {
      "args": [
        "-y",
        "standup-mr"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.standup-mr]
command = "npx"
args = ["-y", "standup-mr"]
.cursor/mcp.json
{
  "mcpServers": {
    "standup-mr": {
      "args": [
        "-y",
        "standup-mr"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "standup-mr": {
      "args": [
        "-y",
        "standup-mr"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Standup Mr

same job, measured the same way
Gitstandup
by muba00

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

26 installs/wk local only
Delimit — The merge gate for AI-written code
by delimit-ai

The merge gate for AI-written code, with signed, replayable attestation.

1 329 installs/wk local only
Memol
by memol

Search, read, create and edit your Memol notes from Claude. Team note-taking with AI search.

answering
Standup from your activity
by sathvic-kollu

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

24 installs/wk local only
Gate
by nugehs

One ship/no-ship verdict from aiglare, bouncer, tieline & repoctx — the unified merge gate.

30 installs/wk local only
RQM Studio Jobs
by rqmtechnologies

Delegate 20 fail-closed RQM Studio quantum work products with fixed-request x402.

43 tools answering
Kwp Lab Rss Reader MCP
by smithery

Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full…

answering
whoislicensed — state license lookup
by whoislicensed

Verify a contractor, real estate or cosmetology license in 12 US states from the boards' own files.

2 tools answering

Standup Mr — questions

Answers built from our own checks of this server.

Why is there no uptime for Standup Mr?
Standup Mr 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-mr was installed 173 times last week.
How do I connect Standup Mr?
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-mr straight from npm; nothing to host, nothing to sign up for.
How many people use Standup Mr?
The npm package standup-mr was installed 173 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Standup Mr 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.