Skip to content
Cline

release notes mcp for Cline

io.github.vaggeliskls/release-notes-mcp

A small, generic MCP server for combining GitHub/GitLab/Gitea releases into product release notes

client:Cline transport:stdio runtime:pypi

Install release notes mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "release-notes-mcp": {
      "command": "uvx",
      "args": [
        "release-notes-mcp"
      ],
      "env": {
        "RELEASE_MCP_CONFIG_JSON": "<RELEASE_MCP_CONFIG_JSON>",
        "RELEASE_MCP_CONFIG": "<RELEASE_MCP_CONFIG>",
        "TOKEN": "<TOKEN>",
        "PROVIDER": "<PROVIDER>",
        "BASE_URL": "<BASE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

release notes mcp in other clients