What is the io.github.greenmtnsun/giteasy MCP server?
21 plain-English git tools as an MCP server. No jargon.
How to install io.github.greenmtnsun/giteasy
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"giteasy": {
"url": "https://giteasy-mcp.azurewebsites.net/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"giteasy": {
"serverUrl": "https://giteasy-mcp.azurewebsites.net/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"giteasy": {
"type": "http",
"url": "https://giteasy-mcp.azurewebsites.net/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"giteasy": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://giteasy-mcp.azurewebsites.net/mcp"
]
}
}
}Claude Code
claude mcp add --transport http giteasy https://giteasy-mcp.azurewebsites.net/mcpRelated MCP servers
Generate wiki docs from source code. Supports PowerShell, Python, Go, C#, Java, COBOL.
View repository →