Back to directory
nickbaumann98/release-notes-server

nickbaumann98/release-notes-server

@nickbaumann98

An MCP server for generating release notes from GitHub commits

release-notesgithubcommitschangeloggitmcptypescripttool

Installation & Configuration

{
  "mcpServers": {
    "release-notes": {
      "command": "node",
      "args": [
        "/path/to/release-notes-server/build/index.js"
      ],
      "env": {
        "GITHUB_TOKEN": "your-github-token"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15