Skip to main content
Glama

Calculator MCP Server

by mzdz
Dockerfile560 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.10-slim # Install git for pip install via git RUN apt-get update && \ apt-get install -y git && \ rm -rf /var/lib/apt/lists/* # Set working directory WORKDIR /app # Install MCP SDK RUN pip install --no-cache-dir --upgrade pip && \ pip install --no-cache-dir "git+https://github.com/modelcontextprotocol/python-sdk.git@main#egg=mcp[fastapi]" # Copy application source COPY . . # Default command CMD ["python", "advanced_calculator_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/mzdz/calc-mcp'

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