release notes forge mcp for Cursor
io.github.mrfentmen/release-notes-forge-mcp
Summarize local Git release shape without returning commit messages, paths, hashes, or remotes.
client:Cursor
transport:stdio
runtime:npm
Install release notes forge mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"release-notes-forge-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"release-notes-forge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs