FROM python:3.11-slim
WORKDIR /app
# Copy requirements first to leverage Docker caching
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy the application code
COPY src/ /app/src/
# Set the entrypoint to run the server
CMD ["python", "-m", "src.server"]
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/m4tyn0/influx_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server