HSB-Tools/git-mcp-rs
A high-performance Model Context Protocol (MCP) server written in Rust. 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-rs": {
"command": "npx",
"args": [
"-y",
"git-mcp-rs"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...