Skip to main content
Glama

MCP Calculate Server

by 611711Dark
Dockerfile458 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.11-alpine # Install build dependencies RUN apk add --no-cache build-base WORKDIR /app # Copy project files into the container COPY . . # Upgrade pip and install the project with its dependencies RUN pip install --upgrade pip \ && pip install . # Expose port if needed (not required for mcp via stdio) # Run the MCP server CMD ["python", "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/611711Dark/mcp_calculate_server'

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