HanSoBored/git-mcp-go
A high-performance Model Context Protocol (MCP) server. Enables AI Agents to fetch real-time GitHub repository data—including SemVer-sorted tags, file content, and directory trees—without local cloning. Solves the 'outdated dependency knowledge' problem for LLMs.
Platform-specific configuration:
{
"mcpServers": {
"git-mcp-go": {
"command": "npx",
"args": [
"-y",
"git-mcp-go"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...