G
Git MCP Server
VerifiedGit repository operations — clone, commit, diff, log, and branch management.
A Model Context Protocol server for Git operations. Enables AI agents to perform Git repository operations including cloning, committing, diffing, logging, branching, and status checks.
Provides direct Git access without requiring GitHub or GitLab APIs, working with any Git repository.
Install
npx -y @modelcontextprotocol/server-git MCP Client Config
{
"mcpServers": {
"git": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-git"
]
}
}
} Capabilities
Tools
git_statusgit_diffgit_commitgit_loggit_branchgit_clonegit_checkout
Compatible With
Claude Desktop Claude Code Cursor Windsurf Continue
Metrics
18,500
GitHub Stars
25,000
Installs
1,900
Weekly
6
Open Issues
More in Code & Development
Best of Code & Development → P
Playwright MCP Server
Browser automation and testing with Playwright for AI agents.
open-source 88/100
Code & Development
P
Puppeteer MCP Server
Browser automation and web scraping for AI agents via Puppeteer.
open-source 76/100
Code & Development
E
Everything MCP Server
Reference MCP server demonstrating all protocol features and capabilities.
open-source 75/100
Code & Development