“Git MCP server” covers more than one kind of tool. Some expose a repository as a browsable knowledge source for an AI client, read-oriented, for answering questions about code. GitEasy MCP is the other kind: 21 tools that perform real git operations on your behalf — branch, stage, commit, push, described in plain English instead of raw git flags.
If you’re evaluating options, check what each one actually does before connecting it to a repository you care about.
- 21 git tools, one per plain-English action: create a branch, stage specific files, commit, push, and the rest
- Selective staging, so your agent commits what you meant instead of everything in the working tree
- A safe-push check before anything leaves your machine
- Works with Claude Desktop, Cursor, and any MCP client over HTTP
- Free tier, no credit card, resets monthly
Add this to your MCP client config, with your own API key:
{
"mcpServers": {
"giteasy": {
"type": "http",
"url": "https://giteasy-mcp.azurewebsites.net/mcp",
"headers": { "X-Api-Key": "ge_your_key_here" }
}
}
}
New to MCP? The GitEasy MCP how-to covers getting a key, adding it to Claude Desktop or Cursor, and every tool.