Provides tools for retrieving information about GitHub releases, enabling agents to fetch the latest stable release version of any GitHub repository.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Releases Serverget the latest release for microsoft/vscode"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Releases Server
An MCP (Model Context Protocol) server that provides GitHub release information.
Tools
get_latest_release- Returns the latest stable release version of a GitHub repository
Running with Docker
The server will be available at http://localhost:8000/sse.
Running Locally
VSCode Integration
Add the following to your VSCode settings (.vscode/mcp.json or user settings):
Or add to ~/.vscode/mcp.json:
After adding the configuration, restart VSCode or reload the window. The get_latest_release tool will be available to Copilot.
Running Integration Tests
To run the integration suite using pytest (dependencies are handled ephemerally by uv). We add python-dotenv to load the GITHUB_TOKEN from a .env file: