Giteasy MCP server
Plain-English git via MCP: 22 tools to branch, commit, push, and tag. No git jargon.
Little public usage data yet
Reviews
Write oneNobody has reviewed Giteasy yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Giteasy tools (22, 4 write)
write = sends, deletes, buys or postsclear_junkwrite actionFreeRemove untracked files and directories from the working tree (git clean -fd). Returns list of removed paths.
find_changesFreeList changed files: staged, unstaged, and untracked. Returns file counts and paths by status group.
get_updatesFreeFetch from remote and show incoming commits not yet in local branch. Returns count and commit summaries.
get_vault_statusFreeReport current git credential helper configuration. Returns helper name and scope.
new_releasewrite actionFreeCreate an annotated git tag and push it to the remote. Returns the tag name and target commit SHA.
new_work_branchwrite actionFreeCreate a new branch from current HEAD and switch to it. Returns branch name and base commit SHA.
pushwrite actionFreeSend already-committed work to the remote without making a new commit. Pushes the current branch; on a branch's first push, sets the remote branch as its upstream automatically.
reset_loginFreeClear stored git credentials by unsetting the credential helper in local git config. Returns confirmation.
restore_fileFreeRestore a single file to its HEAD state, discarding uncommitted changes. Returns restored file path.
save_workFreeStage changes, commit with a message, and optionally push to remote. Returns commit SHA and push result.
search_historyFreeSearch commit history for commits whose message matches a search term. Returns matching commits with SHA, author, date, and message.
set_sshFreeChange a remote URL to its SSH equivalent. Returns old and new remote URLs.
set_tokenFreeStore a personal access token for HTTP git authentication. Returns confirmation (token value is never echoed).
set_vaultFreeConfigure the git credential helper to use a specific vault path. Returns new credential helper value.
show_changeFreeShow the diff for a specific file or all changed files. Returns unified diff text.
show_diagnosticFreeShow git repository diagnostic info: current branch, upstream, HEAD SHA, remote URLs, and status summary.
show_historyFreeShow recent commit history. Returns commits with SHA, author, date, and message.
show_releasesFreeList all tags/releases in the repository, newest first. Returns tag names, target SHAs, and annotation messages.
show_remoteFreeShow all remote names and their fetch/push URLs. Returns list of remotes with URL and type.
switch_workFreeSwitch to an existing branch. Returns the branch switched to and current HEAD SHA.
test_loginFreeTest whether git credentials are working by attempting ls-remote against the origin. Returns success/failure and remote refs count.
undo_changesFreeDiscard uncommitted changes. If filePath given, restores that file; otherwise restores all tracked files. Returns list of restored paths.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 127ms20/20
- Tool poisoning22 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 4 write-action tools with no auth3/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityno repository or website to verify2/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http giteasy https://giteasy-mcp.azurewebsites.net/mcp
Giteasy: common questions
- Is Giteasy MCP server safe?
- With care: it is graded C, so read the findings first (57/100). Read the Giteasy safety report
- How do I install Giteasy?
- It runs remotely at giteasy-mcp.azurewebsites.net. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Giteasy need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Giteasy maintained?
- The latest release is v1.6.1.
- Is Giteasy up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Giteasy?
- Servers from other publishers that do the same job: Git MCP server, Quilt MCP server and Release Intel MCP server. Compare all Giteasy alternatives.
Alternatives to Giteasy
Same job from other publishers: the closest match first, then the best rated.
- GitComprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.not reviewedEstablishedA
- QuiltTrack which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.not reviewedGrowingA
- Release IntelCorrelates commits, PRs, issues and contributors between two git refs for release notes.not reviewedGrowingB
- Repo Release ToolsConfig-driven branch and release helpers for Git repositoriesnot reviewedGrowingA
uploads.shHost files from coding agents; stage on a branch and attach to GitHub PRs.not reviewedEstablishedA