Skip to main content
Glama

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

docker-compose up --build

The server will be available at http://localhost:8000/sse.

Running Locally

uv sync uv run uvicorn server:app --host 0.0.0.0 --port 8000

VSCode Integration

Add the following to your VSCode settings (.vscode/mcp.json or user settings):

{ "mcp": { "servers": { "releases-server": { "url": "http://localhost:8000/sse" } } } }

Or add to ~/.vscode/mcp.json:

{ "servers": { "releases-server": { "url": "http://localhost:8000/sse" } } }

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:

uv run --with pytest --with python-dotenv pytest -s test_integration.py
-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hngkr/releases-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server