Mmcp.market

Giteasy MCP server

by greenmtnsun·io.github.greenmtnsun/giteasy·v1.6.1

Plain-English git via MCP: 22 tools to branch, commit, push, and tag. No git jargon.

C57/100grade C
What users say
No reviews yet
Be the first
Safety scan
C57/100

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody 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 posts
  • clear_junkwrite actionFree

    Remove untracked files and directories from the working tree (git clean -fd). Returns list of removed paths.

  • find_changesFree

    List changed files: staged, unstaged, and untracked. Returns file counts and paths by status group.

  • get_updatesFree

    Fetch from remote and show incoming commits not yet in local branch. Returns count and commit summaries.

  • get_vault_statusFree

    Report current git credential helper configuration. Returns helper name and scope.

  • new_releasewrite actionFree

    Create an annotated git tag and push it to the remote. Returns the tag name and target commit SHA.

  • new_work_branchwrite actionFree

    Create a new branch from current HEAD and switch to it. Returns branch name and base commit SHA.

  • pushwrite actionFree

    Send 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_loginFree

    Clear stored git credentials by unsetting the credential helper in local git config. Returns confirmation.

  • restore_fileFree

    Restore a single file to its HEAD state, discarding uncommitted changes. Returns restored file path.

  • save_workFree

    Stage changes, commit with a message, and optionally push to remote. Returns commit SHA and push result.

  • search_historyFree

    Search commit history for commits whose message matches a search term. Returns matching commits with SHA, author, date, and message.

  • set_sshFree

    Change a remote URL to its SSH equivalent. Returns old and new remote URLs.

  • set_tokenFree

    Store a personal access token for HTTP git authentication. Returns confirmation (token value is never echoed).

  • set_vaultFree

    Configure the git credential helper to use a specific vault path. Returns new credential helper value.

  • show_changeFree

    Show the diff for a specific file or all changed files. Returns unified diff text.

  • show_diagnosticFree

    Show git repository diagnostic info: current branch, upstream, HEAD SHA, remote URLs, and status summary.

  • show_historyFree

    Show recent commit history. Returns commits with SHA, author, date, and message.

  • show_releasesFree

    List all tags/releases in the repository, newest first. Returns tag names, target SHAs, and annotation messages.

  • show_remoteFree

    Show all remote names and their fetch/push URLs. Returns list of remotes with URL and type.

  • switch_workFree

    Switch to an existing branch. Returns the branch switched to and current HEAD SHA.

  • test_loginFree

    Test whether git credentials are working by attempting ls-remote against the origin. Returns success/failure and remote refs count.

  • undo_changesFree

    Discard 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

1 high
  • 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 authenticationauth.open-write
Overall 57/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http giteasy https://giteasy-mcp.azurewebsites.net/mcp
Add to Cursor

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.

All Giteasy alternatives →
  • Git
    Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.
    A
  • Quilt
    Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.
    A
  • Release Intel
    Correlates commits, PRs, issues and contributors between two git refs for release notes.
    B
  • Repo Release Tools
    Config-driven branch and release helpers for Git repositories
    A
  • uploads.sh
    Host files from coding agents; stage on a branch and attach to GitHub PRs.
    A

More from greenmtnsun