release-notes-mcp

vaggeliskls/release-notes-mcp
★ 0 stars Python AI/LLM Updated 14d ago
MCP server that bundles GitHub Releases from multiple repos into a single product release note — the LLM does the synthesis.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "release-notes-mcp": {
      "command": "uvx",
      "args": [
        "release-notes-mcp"
      ]
    }
  }
}

Or install with pip: pip install release-notes-mcp

README Excerpt

A small, generic MCP server that combines GitHub releases from several repositories into a single product release note. The server just fetches and bundles raw data; the LLM synthesizes the final notes. Nothing is architecture-specific: - **`provider`** — which forge to read releases from: `github` (default),

Tools (5)

BASE_URLPROVIDERTOKENgithubinstructions