MCP Server for git-mob CLI app
If you want an AI assistant working directly with Git Mob, the git mob mcp server is the bridge. MCP Server for git-mob CLI app.
Node.js server implementing Model Context Protocol (MCP) for git mob CLI app
Once connected, the assistant can call these 12 tools directly:
setup_git_mob — Sets up git-mob globally for the usersetup_git_mob_locally — Sets up git-mob locally for the current repository when it overrides core.hooksPath git configuration variable (e.g when using husky)add_team_member — Adds a new team member using their key, name, and emaildelete_team_member — Deletes a team member by their keylist_team_members — Lists all team members that have been added to Git Mobset_mob_session_coauthors — Sets the active pairing or mob session by specifying the keys of the team members to include as coauthorsclear_mob_session — Clears the active mob or pairing sessionlist_mob_session_coauthors — Lists all coauthors currently included in the active mob or pairing sessionlist_mob_session_coauthor_trailers — Lists the git Co-authored-by trailers for the coauthors currently included in the active mob or pairing sessionget_git_mob_cli_help — Displays general help and usage information for the Git Mob CLIResources — The Resources tool exposed by this serverTools — The Tools tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Git Mob sits in that group, and the shape of its toolset — setup_git_mob, setup_git_mob_locally, add_team_member among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| setup_git_mob | Sets up git-mob globally for the user. |
| setup_git_mob_locally | Sets up git-mob locally for the current repository when it overrides core.hooksPath git configuration variable (e.g when using husky). |
| 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. |
| Resources | The Resources tool exposed by this server. |
| Tools | The Tools tool exposed by this server. |
{
"mcpServers": {
"git-mob": {
"command": "npx",
"args": ["-y", "git-mob-mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.