Git
Freeby MCP Community
A secure and scalable Git MCP server enabling AI agents to perform comprehensive Git version control operations via STDIO and Streamable HTTP.
v2.10.5Added Apr 12, 2026
ai-agentai-integrationautomationbranchcherry-pick
Git MCP Server
A secure and scalable Git MCP server enabling AI agents to perform comprehensive Git version control operations via STDIO and Streamable HTTP.
Installation
Reviews
Installation
Quick install
npx -y @cyanheads/git-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"git": {
"command": "npx",
"args": ["-y", "@cyanheads/git-mcp-server"]
}
}
}