Skip to main content
Glama
env.sample.sh785 B
#!/usr/bin/env bash # Docker MCP Server Environment Configuration # Copy this file to .env or source it before running the server # Local Docker Socket (default) export DOCKER_SOCKET="/var/run/docker.sock" # Alternative: Remote Docker server via TCP # export DOCKER_HOST="192.168.1.10" # export DOCKER_PORT="2375" # export DOCKER_PROTOCOL="http" # Multiple Docker servers (comma-separated) # Format: name:host:port:protocol or name:socket:/path/to/socket # export DOCKER_SERVERS="local:socket:/var/run/docker.sock,remote:192.168.1.10:2375:http" # TLS Configuration for HTTPS connections # export DOCKER_CERT_PATH="/path/to/certificates" # Logging level export LOG_LEVEL="info" echo "Docker MCP Server environment configured" echo "Using Docker socket: ${DOCKER_SOCKET:-default}"

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

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