Skip to main content
Glama

MCP Docker Demo

by rakeshsun
Dockerfile•428 B
FROM python:3.13-slim WORKDIR /app # Install curl + Docker CLI RUN apt-get update && apt-get install -y curl \ && curl -fsSL https://get.docker.com | sh \ && apt-get clean COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . # Ensure log directory exists with write permissions RUN mkdir -p /app/logs && chmod 777 /app/logs # Make test script executable RUN chmod +x /app/run_tests.sh

Latest Blog Posts

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/rakeshsun/mcpdocker'

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