Skip to main content
Glama

Task Manager MCP Server

Dockerfile460 B
FROM python:3.12-slim ARG PORT=8050 WORKDIR /app # Install system dependencies and PyYAML RUN apt-get update && apt-get install -y \ build-essential \ python3-yaml \ && rm -rf /var/lib/apt/lists/* # Install uv RUN pip install uv # Copy the application COPY . . # Install dependencies RUN pip install PyYAML RUN uv pip install --system -e . EXPOSE ${PORT} ENV PYTHONUNBUFFERED=1 # Command to run the MCP server CMD ["python", "src/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/tradesdontlie/task-manager-mcp'

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