Skip to content
VS Code

gitstandup for VS Code

io.github.muba00/gitstandup

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

client:VS Code transport:stdio runtime:npm

Install gitstandup in VS Code

.vscode/mcp.json

{
  "servers": {
    "gitstandup": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gitstandup-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gitstandup in other clients