Release Intel
Rank #7,658io.github.barissozudogru/release-intel
Correlates commits, PRs, issues and contributors between two git refs for release notes.
Release Intel is a Model Context Protocol (MCP) server published by barissozudogru. It ranks #7,658 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Release Intel is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Mar 12, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 107,802 of 115,460 servers on MCP Toplist.
Use Release Intel
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add release-intel -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -- npx -y @barissozudogru/release-intel-mcpReplace each placeholder with your own value before saving.
[mcp_servers.release-intel]
command = "npx"
args = ["-y", "@barissozudogru/release-intel-mcp"]
[mcp_servers.release-intel.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"release-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/release-intel-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"release-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/release-intel-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"release-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@barissozudogru/release-intel-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"release-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/release-intel-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"release-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/release-intel-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.barissozudogru%2Frelease-intel)<a href="https://mcptoplist.com/server/io.github.barissozudogru%2Frelease-intel"><img src="https://mcptoplist.com/badge/io.github.barissozudogru%2Frelease-intel.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
barissozudogru
Other servers by barissozudogru
View all barissozudogru servers →Available versions (3)
| Version | Published |
|---|---|
| 0.7.1 | Aug 26, 2026 |
| 0.7.0 | Aug 25, 2026 |
| 0.6.1 | Aug 20, 2026 |
Frequently asked questions
- Who maintains Release Intel?
- Release Intel is maintained by barissozudogru, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Release Intel listed on the Official MCP Registry?
- Yes — Release Intel is listed on the Official MCP Registry, alongside Glama.
- How many versions does Release Intel have?
- MCP Toplist tracks 3 versions of Release Intel, most recently published on Aug 26, 2026.
- Where can I find the source code for Release Intel?
- The source code for Release Intel is hosted at github.com/barissozudogru/release-intel-mcp.