Gitstandup MCP Server

A Model Context Protocol (MCP) server that automatically collects your git commits from multiple repositories and helps AI assistants generate natural, comprehensive standup summaries. Its 4 documented tools cluster into generate, create & write, read & search, delete. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-02 · ★ 5 · #107 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Gitstandup

Claude Code

claude mcp add muba00-gitstandup -- npx -y gitstandup-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package gitstandup-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.muba00 is GitHub-verified and matches the repo owner

03 · What Gitstandup can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can generate standup notes from configured repositories, add repository paths to the configuration, list currently configured repositories, and remove repository paths from the configuration.

Capability map

Tools grouped from the project's README - what Gitstandup lets an agent do.

Generate

1 tool - e.g. Generate standup notes from configured repositories.

generate_standup

create & write

1 tool - e.g. Add repository paths to the configuration.

add_repos

read & search

1 tool - e.g. List currently configured repositories.

list_repos

delete

1 tool - e.g. Remove repository paths from the configuration.

remove_repos

Latest releases

v1.0.6 · 2026-02-02

v1.0.5 · 2026-02-02

v1.0.4 · 2026-02-02

04 · Who maintains Gitstandup

gitstandup is maintained by muba00. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
productivity - ranked #107 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.muba00/gitstandup (active, first published 2026-02-02 · 2 versions)
packages
npm:gitstandup-mcp

06 · Gitstandup FAQ

Is Gitstandup still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-02. We re-verify nightly.

What can Gitstandup do?

With this server connected, an agent can generate standup notes from configured repositories, add repository paths to the configuration, list currently configured repositories, and remove repository paths from the configuration.

How do I install Gitstandup?

Run `npx -y gitstandup-mcp`. You can also paste the ready-made client config above.

Does Gitstandup run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Gitstandup