We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hexsupport/hex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•387 B
[project]
name = "hex-mm-mcp"
version = "0.1.0"
description = "This is a HexagonML MCP server that provides a Model context protocol interface for HexagonML ModelManager tools."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mmanager==2.4.0",
"ipython>=8.12.0",
"fastmcp>=2.13.1",
"requests>=2.31.0",
"python-dotenv>=1.0.0",
"loguru>=0.7.2",
]