21 plain-English git tools as an MCP server. No jargon.
Most developer tooling work still happens through a UI a human drives. Giteasy MCP server moves it into the conversation instead. 21 plain-English git tools as an MCP server. No jargon.
A PowerShell module that lets a Git-clueless person save and publish their work without learning Git jargon.
The server publishes 14 tools. What each one is for:
Find-CodeChange — Show what has changed in your project folderSave-Work — Save changes and publish them (or save locally with -NoPush)Show-History — Show recent saved pointsShow-Remote — Show where the project folder is publishedShow-Diagnostic — Open or list the diagnostic log filesNew-WorkBranch — Start a new working area for an isolated taskSwitch-Work — Switch to another existing working areaRestore-File — Restore a single file to its last saved stateUndo-Changes — Throw away unsaved changes (requires -Force or -Confirm)Clear-Junk — List or remove obvious temporary filesTest-Login — Verify connectivity to the published locationSet-Token — Configure HTTPS-based loginSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Giteasy's toolset — Find-CodeChange, Save-Work, Show-History and 11 more — is a fair guide to whether it matches your workflow. It is maintained by greenmtnsun; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Giteasy's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Find-CodeChange | Show what has changed in your project folder. |
| Save-Work | Save changes and publish them (or save locally with -NoPush). |
| Show-History | Show recent saved points. |
| Show-Remote | Show where the project folder is published. |
| Show-Diagnostic | Open or list the diagnostic log files. |
| New-WorkBranch | Start a new working area for an isolated task. |
| Switch-Work | Switch to another existing working area. |
| Restore-File | Restore a single file to its last saved state. |
| Undo-Changes | Throw away unsaved changes (requires -Force or -Confirm). |
| Clear-Junk | List or remove obvious temporary files. |
| Test-Login | Verify connectivity to the published location. |
| Set-Token | Configure HTTPS-based login. |
| Set-Ssh | Configure SSH-based login. |
| Set-Vault | Choose where saved logins are stored. |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.