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
{
"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