stdio version-controldev-tool

Git MCP Server

Read commit history, diffs, and repository metadata from local Git repos.

claude_desktop_config.json

{
  "mcpServers": {
    "server-git": {
      "command": "uvx",
      "args": [
        "mcp-server-git",
        "--repository",
        "/Users/you/my-repo"
      ]
    }
  }
}

Setup Instructions

  1. Ensure Node.js 18+ is installed on your system.
  2. Copy the config block above into your claude_desktop_config.json file (typically at ~/.config/claude/claude_desktop_config.json on macOS/Linux or %APPDATA%\Claude\claude_desktop_config.json on Windows).
  3. Restart your AI client to apply the config.

Related Servers