LogoSTMCP
Download
git-mob-mcp-server

Git Mob MCP Server

Git Mob MCP Server is a Node.js server implementing the Model Context Protocol (MCP) for git-mob CLI, enabling automatic Co-authored-by trailers in git commits for pair/mob programming sessions.

Tools

1. setup_git_mob

Sets up git-mob globally for the user.

2. setup_git_mob_locally

Sets up git-mob locally for the current repository when it overrides core.hooksPath git configuration variable.

3. add_team_member

Adds a new team member using their key, name, and email.

4. delete_team_member

Deletes a team member by their key.

5. list_team_members

Lists all team members that have been added to Git Mob.

6. set_mob_session_coauthors

Sets the active pairing or mob session by specifying the keys of the team members to include as coauthors.

7. clear_mob_session

Clears the active mob or pairing session.

8. list_mob_session_coauthors

Lists all coauthors currently included in the active mob or pairing session.

9. list_mob_session_coauthor_trailers

Lists the git Co-authored-by trailers for the coauthors currently included in the active mob or pairing session.

10. get_git_mob_cli_help

Displays general help and usage information for the Git Mob CLI.

Open Graph image for Git Mob MCP Server

JSON Config

{
  "mcpServers": {
    "git-mob": {
      "command": "npx",
      "args": ["-y", "git-mob-mcp-server"]
    }
  }
}

Useful Links

Information