Skip to main content
Glama
docker-compose.yml•1.28 kB
services: it-tools-mcp: # Use the following image for remote registry pulls: image: wrenchpilot/it-tools-mcp:latest # If you want to use a locally built image, comment the above line and uncomment below: # image: it-tools-mcp:latest container_name: it-tools-mcp # Security hardening (default secure configuration) read_only: true security_opt: - no-new-privileges:true cap_drop: - ALL user: '1001:1001' # Non-root user # Resource limits deploy: resources: limits: memory: 256M cpus: '0.5' reservations: memory: 128M cpus: '0.25' # Network isolation networks: - it-tools-isolated # Logging configuration logging: driver: 'json-file' options: max-size: '10m' max-file: '3' # Health check healthcheck: test: ['CMD', 'node', '-e', 'process.exit(0)'] interval: 30s timeout: 10s retries: 3 start_period: 40s # Environment variables environment: - NODE_ENV=production - NODE_OPTIONS=--max-old-space-size=128 # Restart policy restart: unless-stopped networks: it-tools-isolated: driver: bridge internal: true # No external access

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/wrenchpilot/it-tools-mcp'

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