mcp-server-git-rs

karan-vk/mcp-server-git-rs
★ 0 stars Rust 💻 Code/Dev Tools Updated today
Fast Rust MCP server exposing git repository operations over stdio
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-git-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-server-git-rs"
      ]
    }
  }
}