Skip to content
Cursor

Release Intel for Cursor

io.github.barissozudogru/release-intel

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

client:Cursor transport:stdio runtime:npm

Install Release Intel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "release-intel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@barissozudogru/release-intel-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Release Intel in other clients