git-mob-mcp-server

Mubashwer/git-mob-mcp-server

3.2

If you are the rightful owner of git-mob-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Git Mob MCP Server is a Node.js server implementing the Model Context Protocol (MCP) for the 'git mob' CLI app, facilitating co-authored git commits and managing co-authors for pair/mob programming sessions.

Tools

Functions exposed to the LLM to take actions

setup_git_mob

Sets up git-mob globally for the user.

setup_git_mob_locally

Sets up git-mob locally for the current repository.

add_team_member

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

delete_team_member

Deletes a team member by their key.

list_team_members

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

set_mob_session_coauthors

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

clear_mob_session

Clears the active mob or pairing session.

list_mob_session_coauthors

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

list_mob_session_coauthor_trailers

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

get_git_mob_cli_help

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

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources