Skip to content
Zed

Release Intel for Zed

io.github.barissozudogru/release-intel

Correlates commits, PRs, issues and contributors between two git refs for release notes.

client:Zed transport:stdio runtime:npm

Install Release Intel 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-intel": {
      "command": "npx",
      "args": [
        "-y",
        "@barissozudogru/release-intel-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

Release Intel in other clients