mcpbeat Sign in

Release Intel MCP Server

local only

Release Intel runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 26 Aug 2026.

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

Installs per day peak 273 · avg 31 · +18% w/w
a month agotoday
35
Installs / week
npm · @barissozudogru/release-intel-mcp
2
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment src/report.ts:142
    Object.entries(process.env).filter(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add release-intel -- npx -y @barissozudogru/release-intel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "release-intel": {
      "args": [
        "-y",
        "@barissozudogru/release-intel-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.release-intel]
command = "npx"
args = ["-y", "@barissozudogru/release-intel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "release-intel": {
      "args": [
        "-y",
        "@barissozudogru/release-intel-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "release-intel": {
      "args": [
        "-y",
        "@barissozudogru/release-intel-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub token with repository read access, used for the GitHub API.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Release Intel

same job, measured the same way
Github
by rog0x

GitHub analytics - repos, PRs, issues, releases, contributors

44 installs/wk local only
Repo Release Tools
by anselmoo

Config-driven branch and release helpers for Git repositories

1 338 installs/wk local only
GitHub Repository Intelligence
by heisencodex-jpg

Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

answering
Standupbot
by rimysore

Turns your GitHub activity into a daily standup — commits, PRs, reviews & issues.

27 installs/wk local only
MCP Github
by infoinlet-marketplace

GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.

26 installs/wk local only
Release Notes MCP
by vaggeliskls

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

62 installs/wk local only
Color Forge MCP
by ryudi84

Convert between HEX, RGB, HSL color formats and generate palettes

44 installs/wk local only
Github Repo MCP
by thedhruv-07

MCP server for GitHub repo health, commit summaries, issue triage, and RAG Q&A.

143 installs/wk local only

Release Intel — questions

Answers built from our own checks of this server.

Why is there no uptime for Release Intel?
Release Intel runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @barissozudogru/release-intel-mcp was installed 35 times last week.
How do I connect Release Intel?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @barissozudogru/release-intel-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Release Intel?
The npm package @barissozudogru/release-intel-mcp was installed 35 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Release Intel open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.