gitdiagram (MCP Server)

GitHub

Free, simple, fast interactive diagrams for any GitHub repository

Claude Desktop Configuration

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

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