Odel
standup mr

standup mr

Local
@jubstaaaTypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmstandup-mrv0.6.1

Run

npx -y standup-mr

MCP client config

{
  "mcpServers": {
    "standup-mr": {
      "command": "npx",
      "args": [
        "-y",
        "standup-mr"
      ]
    }
  }
}