Skip to main content
Glama

MCP CLI Command Server

by jbmurphy
docker-compose.yml610 B
version: '3.8' services: cli-mcp-server: container_name: cli-mcp-server build: . ports: - "3017:3017" environment: - PORT=3017 restart: unless-stopped networks: - mcp-network # Resource limits for security deploy: resources: limits: cpus: '0.5' memory: 512M # Security options security_opt: - no-new-privileges:true read_only: false cap_drop: - ALL cap_add: - NET_RAW # Required for ping, traceroute - NET_ADMIN # Required for nmap networks: mcp-network: external: true

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/jbmurphy/mcp-cli'

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