Skip to main content
Glama

Company API MCP Server Template

by Gilfeather
Dockerfile534 B
FROM python:3.11-slim WORKDIR /app # Install system dependencies RUN apt-get update && apt-get install -y \ gcc \ && rm -rf /var/lib/apt/lists/* # Copy requirements first for better caching COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy application code COPY . . # Install the package RUN pip install -e . # Create non-root user RUN useradd --create-home --shell /bin/bash app USER app # Expose port (if needed for HTTP mode) EXPOSE 8000 # Default command 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/Gilfeather/mcp-template'

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