learnGitBranching (MCP Server)

GitHub

An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!

33,878 stars JavaScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "learnGitBranching": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-learnGitBranching"
      ]
    }
  }
}