We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asachs01/autotask-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Task ID: 16
**Title:** Create Docker Configuration
**Status:** done
**Dependencies:** 15 ✓
**Priority:** medium
**Description:** Set up Docker containerization with Dockerfile and docker-compose.yml
**Details:**
Create Dockerfile with Node.js 18+ base image, multi-stage build for production optimization. Copy package files, install dependencies, build TypeScript, and set up runtime. Create docker-compose.yml with autotask-mcp service and autotask-mcp-dev profile for development with volume mounts. Include .dockerignore for build optimization.
**Test Strategy:**
Test Docker build process, container startup with environment variables, development mode with hot reload