
Read, search, and manipulate Git repositories via MCP. Supports diff, log, status, commit, branch operations, and file inspection — giving agents full Git awareness. Python-based via uvx.
Install via CLI
mog install mogteam/mcp-gitManual config
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"/path/to/repo"
]
}
}
}Or run mog install to configure automatically. MCP docs
Read, search, and manipulate Git repositories via MCP. Supports diff, log, status, commit, branch operations, and file inspection — giving agents full Git awareness. Python-based via uvx.
mog install mogteam/mcp-git
Requires Python and
uv. Change/path/to/repoto your repository path.
git version-control repository diff commits mcp
Sourced from Anthropic (official MCP) — ⭐ 79,365 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Anthropic (official MCP)
github.com/modelcontextprotocol/serversThis package is sourced from the above repository and distributed on mog under its original license.
Releases