← Back to Plugins
MCP Server MCP

io.github.vaggeliskls/release-notes-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx release-notes-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "release-notes-mcp",
      "version": "1.0.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Config (repos + contextSources) as inline JSON, e.g. {\"repos\":[\"myorg/web\"],\"contextSources\":[]}. Use this for uvx/hub launches with no file to mount. Either this or RELEASE_MCP_CONFIG is required.",
          "name": "RELEASE_MCP_CONFIG_JSON"
        },
        {
          "description": "Absolute path to a config.json file (alternative to RELEASE_MCP_CONFIG_JSON). Used when mounting a real file, e.g. in Docker.",
          "name": "RELEASE_MCP_CONFIG"
        },
        {
          "description": "Auth token for the provider (GitHub PAT / GitLab / Gitea token). Optional for public repos.",
          "isSecret": true,
          "name": "TOKEN"
        },
        {
          "description": "Forge to read releases from: github | gitlab | gitea. Defaults to github.",
          "name": "PROVIDER"
        },
        {
          "description": "API base URL — only for self-hosted GitLab or Gitea/Forgejo.",
          "name": "BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...