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.
Sets up git-mob globally for the user.
Sets up git-mob locally for the current repository when it overrides core.hooksPath git configuration variable.
Adds a new team member using their key, name, and email.
Deletes a team member by their key.
Lists all team members that have been added to Git Mob.
Sets the active pairing or mob session by specifying the keys of the team members to include as coauthors.
Clears the active mob or pairing session.
Lists all coauthors currently included in the active mob or pairing session.
Lists the git Co-authored-by trailers for the coauthors currently included in the active mob or pairing session.
Displays general help and usage information for the Git Mob CLI.
{
"mcpServers": {
"git-mob": {
"command": "npx",
"args": ["-y", "git-mob-mcp-server"]
}
}
}