Skip to main content
Glama
hexsupport

HexagonML ModelManager MCP Server

by hexsupport
Dockerfile465 B
FROM python:3.11-slim ARG PORT=9000 ENV PORT=${PORT} WORKDIR /hex-mm-mcp # Install uv RUN apt-get update \ && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* \ && pip install uv # Copy the MCP server files COPY . . # Install dependencies into the image env RUN uv pip install --system . EXPOSE ${PORT} CMD ["sh", "-c", "fastmcp run server/mm_mcp_server.py:mcp --no-banner --transport http --host 0.0.0.0 --port $PORT"]

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/hexsupport/hex-mcp'

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