Git Mob MCP Server
@Mubashwer
About Git Mob MCP Server
Model Context Protocol (MCP) server for git-mob CLI app
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"git-mob": {
"command": "npx",
"args": [
"-y",
"git-mob-mcp-server"
]
}
}
}Tools
10Displays general help and usage information for the Git Mob CLI. You can optionally provide a command ('setup', 'coauthor', or 'help') to get detailed help for that specific command.
Configures the Git Mob CLI globally for all repositories on your system. This one-time setup installs a global prepare-commit-msg git hook, which automatically appends Co-authored-by trailers to commit messages during mob or pairing sessions. If a repository overrides the core.hooksPath git configuration (e.g., when using Husky), the setupGitMobLocally tool needs to be invoked in addition to this. If Git Mob isn't working as expected, ask the user if they have completed this initial setup.
Sets up the Git Mob CLI for the current repository by installing a local prepare-commit-msg git hook. This hook delegates to the global prepare-commit-msg hook configured by setupGitMob tool. Use this tool only if your repository overrides the core.hooksPath git configuration (e.g., when using Husky). Note: You must run setupGitMob tool at least once before using this tool.
Adds a new team member using their key, name, and email. This member can then be used in a pairing or mobbing sessions as a cauthor. The first name is a good choice for the key.Ask the user if they want mob or pair with this team member.
Deletes a team member by their key. User can only delete a team member they have added previously. If user did not specify a key, show them list of existing team members and ask them to select one.
Lists all team members that have been added to Git Mob. The team members can then be used in pairing / mobbing sessions as coauthors.Each entry is formatted as: <key> <name> <email>.Ask the user which team member(s) they want to pair or mob with.
Sets the active pairing or mob session by specifying the keys of the team members to include as coauthors. If Git Mob is setup, these coauthors will be automatically added as Co-authored-by trailers to the commit's message when making commits during the session.
Clears the active mob or pairing session.
Lists all coauthors currently included in the active mob or pairing session. If Git Mob is setup, these coauthors will be automatically added as Co-authored-by trailers to the commit's message when making commits during the session.
Lists the git Co-authored-by trailers for the coauthors currently included in the active mob or pairing session. If Git Mob is setup, these Co-authored-by trailers will be automatically added to the commit's message when making commits during the session.
Overview
What is Git Mob MCP Server?
It is a Node.js server implementing the Model Context Protocol (MCP) for the git mob CLI application. It enables developers to manage team members and pairing/mobbing sessions directly from MCP-compatible clients such as Claude Desktop and VS Code.
How to use Git Mob MCP Server?
Install via NPX and add the server configuration to your MCP client. For Claude Desktop, add the provided JSON block to claude_desktop_config.json. For VS Code, add it to User Settings (JSON) or .vscode/mcp.json. Once configured, the server exposes tools and resources to interact with git mob.
Key features of Git Mob MCP Server
- Setup git mob CLI globally or locally
- Add, delete, or list team members
- Select team members for a pairing or mobbing session
- Automatically append Co-authored-by trailers to commit messages
- List coauthors and their Co-authored-by trailers for the active session
Use cases of Git Mob MCP Server
- Configure git mob for a new repository or globally
- Quickly add or remove team members without leaving the editor
- Start and manage mob or pairing sessions from an MCP client
- Retrieve the current session’s coauthors and trailers for commit messages
FAQ from Git Mob MCP Server
What does Git Mob MCP Server do?
It integrates the git mob CLI into MCP-compatible assistants, allowing you to manage team members and mob/pairing sessions using natural language commands.
How do I install and configure Git Mob MCP Server?
Run the server via NPX and add its configuration to your MCP client’s settings file. Detailed examples for Claude Desktop and VS Code are provided in the README.
What tools and resources does the server provide?
It offers resources like git_mob_help and git_mob_version, and tools for setup, managing team members, controlling mob sessions, and listing coauthors and their trailers.
Does the server require the git mob CLI to be installed separately?
The server is built for the git mob CLI and includes tools to set it up globally or locally. The README implies that the CLI is a prerequisite, but it does not explicitly state that you must install it manually.
What is the license of Git Mob MCP Server?
It is licensed under the MIT License, allowing free use, modification, and distribution.
Frequently asked questions
What does Git Mob MCP Server do?
It integrates the git mob CLI into MCP-compatible assistants, allowing you to manage team members and mob/pairing sessions using natural language commands.
How do I install and configure Git Mob MCP Server?
Run the server via NPX and add its configuration to your MCP client’s settings file. Detailed examples for Claude Desktop and VS Code are provided in the README.
What tools and resources does the server provide?
It offers resources like `git_mob_help` and `git_mob_version`, and tools for setup, managing team members, controlling mob sessions, and listing coauthors and their trailers.
Does the server require the git mob CLI to be installed separately?
The server is built for the git mob CLI and includes tools to set it up globally or locally. The README implies that the CLI is a prerequisite, but it does not explicitly state that you must install it manually.
What is the license of Git Mob MCP Server?
It is licensed under the MIT License, allowing free use, modification, and distribution.
Basic information
More Version Control MCP servers
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
Comments