Skip to main content
Glama

MCP Dockerized Server

by antpavlenko
docker-compose.yml577 B
version: '3.8' services: mcp-server: build: . ports: - "${MCPD_PORT:-666}:666" environment: - MCPD_PORT=${MCPD_PORT:-666} - MCPD_LOG_LEVEL=${MCPD_LOG_LEVEL:-INFO} - MCPD_API_KEY_LENGTH=${MCPD_API_KEY_LENGTH:-32} volumes: - ./data:/app/data - /var/run/docker.sock:/var/run/docker.sock # For host commands if needed restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:666/health"] interval: 30s timeout: 10s retries: 3 start_period: 5s volumes: data:

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/antpavlenko/mcp_dockerized'

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