Skip to main content
Glama
docker-compose.yml437 B
version: '3.8' services: mcp-container: build: context: . dockerfile: Dockerfile.debian container_name: mcp-container ports: - "30000:30000" volumes: - ./tmp:/app/workspace # Uncomment if you want to give container access to host docker (dangerous) # - /var/run/docker.sock:/var/run/docker.sock # environment: # - ALLOWED_TOOLS=execute_command restart: unless-stopped

Latest Blog Posts

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/kenforthewin/docker-mcp-server'

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