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
pyproject.toml•300 B
[project]
name = "releases-mcp"
version = "0.1.0"
description = "A simple MCP (Model Context Protocol) server that provides the current time"
requires-python = ">=3.14"
dependencies = [
"fastapi>=0.115.0",
"mcp>=1.0.0",
"uvicorn>=0.30.0",
"requests>=2.31.0",
"packaging>=23.0",
]