Skip to main content
Glama

MCP Development Framework

# Use Python 3.10 slim image as base FROM python:3.10-slim # Set working directory WORKDIR /app # Install build dependencies and required libraries RUN apt-get update && apt-get install -y \ build-essential \ curl \ poppler-utils \ tesseract-ocr \ tesseract-ocr-chi-sim \ tesseract-ocr-eng \ ffmpeg \ libsm6 \ libxext6 \ libreoffice \ && rm -rf /var/lib/apt/lists/* # Copy project files COPY . . # Install the package in editable mode with proper path RUN pip install --no-cache-dir -e . # Expose the port EXPOSE 8000 # Run the server with SSE transport CMD ["python", "-m", "mcp_tool", "--transport", "sse", "--port", "8000"]

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/aigo666/mcp-framework'

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