Skip to content
Claude Desktop

Release Change Analyzer for Claude Desktop

io.github.wxt-ai/release-change-analyzer

Summarize repository changes for a release

client:Claude Desktop transport:streamable-http

Install Release Change Analyzer in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "release-change-analyzer": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://openings-vote-drilling-initially.trycloudflare.com/mcp/release-change-analyzer"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Release Change Analyzer in other clients