Skip to content
VS Code

changelog forge mcp for VS Code

io.github.ryudi84/changelog-forge-mcp

Generate changelogs from git commit history

client:VS Code transport:stdio runtime:npm

Install changelog forge mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "changelog-forge-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "changelog-forge-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

changelog forge mcp in other clients