Odel
gitstandup

gitstandup

Local
@muba005JavaScriptMITUpdated 7mo ago

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

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).

npmgitstandup-mcpv1.0.6

Run

npx -y gitstandup-mcp

MCP client config

{
  "mcpServers": {
    "gitstandup": {
      "command": "npx",
      "args": [
        "-y",
        "gitstandup-mcp"
      ]
    }
  }
}