Skip to main content
Glama

Trello MCP Server with Python

by m0xai
Dockerfile474 B
FROM python:3.12-slim WORKDIR /app # Install system dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ && rm -rf /var/lib/apt/lists/* # Install Python dependencies COPY pyproject.toml uv.lock ./ RUN pip install --no-cache-dir uv && \ uv pip install --system -e . # Copy application code COPY . . # Expose port ENV MCP_SERVER_PORT=8000 EXPOSE ${MCP_SERVER_PORT} # Run the application CMD ["python", "main.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/m0xai/trello-mcp-server'

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