Use ReleaseBytes inside your AI assistant
ReleaseBytes is a remote MCP server. Add one URL to Claude, Cursor or any MCP-compatible assistant and ask about the latest release notes, changelogs and breaking changes, answered with today's data and links back to the source.
Server URL
https://mcp.releasebytes.com/mcp Add it to your assistant
Works with any MCP client - Claude, Cursor, Windsurf, VS Code and more.
Claude (Connectors)
- Open the + menu → Connectors → Add custom connector.
- Name it
releasebytes. - Paste the server URL above.
- Save, then toggle it on. The five tools appear automatically.
Cursor & other clients
For clients that use a JSON config (Cursor, Windsurf, VS Code, …), add:
{
"mcpServers": {
"releasebytes": {
"url": "https://mcp.releasebytes.com/mcp"
}
}
} What you can do
search_releases
Search release notes and changelogs by keyword or natural-language query (hybrid semantic + keyword).
latest_releases
List the most recent releases, optionally filtered by platform and release type.
get_release
Fetch the full detail for one release, including highlights and sections.
weekly_digest
Last completed week's digest: the top stories plus per-platform counts.
list_platforms
List the platforms ReleaseBytes tracks and their slugs.
Try asking
Once connected, ask naturally, no need to name the tool. Your assistant reaches for ReleaseBytes when a question is about recent releases.
- "Any breaking changes in Databricks this week?"
- "What are the latest AWS releases?"
- "Show this week's ReleaseBytes digest"
- "Did the Terraform AWS provider ship anything about S3 buckets recently?"