giteasy

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

Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

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

    Server tool list (22)

    Raw names from tools/list. Only developers need these.

    pushSend 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.
    show_diagnosticShow git repository diagnostic info: current branch, upstream, HEAD SHA, remote URLs, and status summary.
    set_vaultConfigure the git credential helper to use a specific vault path. Returns new credential helper value.
    restore_fileRestore a single file to its HEAD state, discarding uncommitted changes. Returns restored file path.
    reset_loginClear stored git credentials by unsetting the credential helper in local git config. Returns confirmation.
    set_sshChange a remote URL to its SSH equivalent. Returns old and new remote URLs.
    save_workStage changes, commit with a message, and optionally push to remote. Returns commit SHA and push result.
    get_vault_statusReport current git credential helper configuration. Returns helper name and scope.
    test_loginTest whether git credentials are working by attempting ls-remote against the origin. Returns success/failure and remote refs count.
    show_releasesList all tags/releases in the repository, newest first. Returns tag names, target SHAs, and annotation messages.
    show_changeShow the diff for a specific file or all changed files. Returns unified diff text.
    new_releaseCreate an annotated git tag and push it to the remote. Returns the tag name and target commit SHA.
    find_changesList changed files: staged, unstaged, and untracked. Returns file counts and paths by status group.
    show_remoteShow all remote names and their fetch/push URLs. Returns list of remotes with URL and type.
    get_updatesFetch from remote and show incoming commits not yet in local branch. Returns count and commit summaries.
    undo_changesDiscard uncommitted changes. If filePath given, restores that file; otherwise restores all tracked files. Returns list of restored paths.
    switch_workSwitch to an existing branch. Returns the branch switched to and current HEAD SHA.
    search_historySearch commit history for commits whose message matches a search term. Returns matching commits with SHA, author, date, and message.
    show_historyShow recent commit history. Returns commits with SHA, author, date, and message.
    new_work_branchCreate a new branch from current HEAD and switch to it. Returns branch name and base commit SHA.
    set_tokenStore a personal access token for HTTP git authentication. Returns confirmation (token value is never echoed).
    clear_junkRemove untracked files and directories from the working tree (git clean -fd). Returns list of removed paths.
    giteasy: connect to Claude, ChatGPT, Cursor · Connectors.fun