Skip to content
Zed

changelog for Zed

io.github.ryudi84/changelog

MCP server for generating changelogs from conventional commits.

client:Zed transport:stdio runtime:npm

Install changelog in Zed

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

{
  "context_servers": {
    "changelog": {
      "command": "npx",
      "args": [
        "-y",
        "changelog-forge-mcp"
      ]
    }
  }
}

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

changelog in other clients