Skip to content

release notes mcp for Zed

io.github.vaggeliskls/release-notes-mcp

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

client:Zed transport:stdio runtime:pypi

Install release notes mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

release notes mcp in other clients