Skip to main content
Glama

Intervals.icu MCP Server

by mvilanova
Dockerfile746 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.12-slim # Set working directory WORKDIR /app # Install build dependencies and Python build backend RUN apt-get update \ && apt-get install -y --no-install-recommends \ build-essential \ curl \ && rm -rf /var/lib/apt/lists/* # Install Python build tool RUN pip install --no-cache-dir hatchling # Copy project files COPY pyproject.toml pyproject.toml COPY src src COPY README.md README.md COPY .env.example .env.example # Install the package and runtime dependencies RUN pip install --no-cache-dir . # Default command to run the MCP server using stdio transport CMD ["mcp", "run", "src/intervals_mcp_server/server.py"]

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/mvilanova/intervals-mcp-server'

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