Skip to main content
Glama
docker-compose.yml652 B
version: '3.8' services: codebadger-toolkit: build: context: . dockerfile: Dockerfile image: codebadger-toolkit:latest container_name: codebadger-toolkit-server ports: - "4242:4242" environment: - MCP_HOST=0.0.0.0 - MCP_PORT=4242 - REDIS_HOST=localhost - REDIS_PORT=6379 - PYTHONUNBUFFERED=1 volumes: # Mount playground for persistent CPG storage - ./playground:/app/playground restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:4242/mcp"] interval: 10s timeout: 5s retries: 3 start_period: 30s

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/Lekssays/codebadger-toolkit'

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