Skip to main content
Glama

its-just-ui MCP Server

by its-just-ui
docker-compose.yml684 B
version: '3.8' services: mcp-its-just-ui: build: . image: mcp-its-just-ui:latest container_name: mcp-its-just-ui-server restart: unless-stopped environment: - NODE_ENV=production - LOG_LEVEL=info volumes: - ./config:/app/config:ro networks: - mcp-network labels: - "com.centurylinklabs.watchtower.enable=true" - "traefik.enable=true" - "traefik.http.routers.mcp-ui.rule=Host(`mcp-ui.localhost`)" - "traefik.http.services.mcp-ui.loadbalancer.server.port=3000" logging: driver: json-file options: max-size: "10m" max-file: "3" networks: mcp-network: driver: bridge

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/its-just-ui/its-just-mcp'

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