release notes mcp for Windsurf
io.github.vaggeliskls/release-notes-mcp
A small, generic MCP server for combining GitHub/GitLab/Gitea releases into product release notes
client:Windsurf
transport:stdio
runtime:pypi
Install release notes mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"release-notes-mcp": {
"command": "uvx",
"args": [
"release-notes-mcp"
],
"env": {
"RELEASE_MCP_CONFIG_JSON": "<RELEASE_MCP_CONFIG_JSON>",
"RELEASE_MCP_CONFIG": "<RELEASE_MCP_CONFIG>",
"TOKEN": "<TOKEN>",
"PROVIDER": "<PROVIDER>",
"BASE_URL": "<BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs