Back to search
30
MCP
git-mcp-server
cyanheads/git-mcp-serverAn MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management, and more, via the MCP standard. STDIO & HTTP.
Uptime
0.0%
6 probes
Response
0ms
last probe
Tools
0
callable
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"git-mcp-server": {
"url": "https://www.npmjs.com/package/@cyanheads/git-mcp-server",
"transport": "http"
}
}
}