🔍 Enable real-time exploration of GitHub repositories with this high-performance Model Context Protocol (MCP) server built in Rust.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"git-mcp-rs": {
"command": "cargo",
"args": [
"run",
"--",
"git-mcp-rs"
]
}
}
}
Run in terminal:
claude mcp add git-mcp-rs cargo run -- git-mcp-rs
Add to .cursor/mcp.json:
{
"mcpServers": {
"git-mcp-rs": {
"command": "cargo",
"args": [
"run",
"--",
"git-mcp-rs"
]
}
}
}