Skip to main content
Glama

Trello MCP Server with Python

by m0xai
docker-compose.yml368 B
version: '3.8' services: trello-mcp-server: build: context: . dockerfile: Dockerfile ports: - "${MCP_SERVER_PORT:-8000}:${MCP_SERVER_PORT:-8000}" volumes: - .:/app env_file: - .env environment: - PYTHONUNBUFFERED=1 - USE_CLAUDE_APP=false # Use SSE mode by default in Docker restart: unless-stopped

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