Skip to main content
Glama

DARPEngine

by DARPAI
docker-compose-debug.yaml1.39 kB
services: registry: image: registry pull_policy: never restart: unless-stopped ports: - "${REGISTRY_PORT:-80}:80" profiles: - '' volumes: - ./registry:/workspace/registry - ./alembic:/workspace/alembic - ./common:/workspace/common - ./worker:/workspace/worker command: start-debug.sh registry_mcp_server: image: registry_mcp_server pull_policy: never restart: unless-stopped ports: - "${REGISTRY_MCP_PORT:-4689}:80" profiles: - '' volumes: - ./mcp_server:/workspace/mcp_server - ./common:/workspace/common command: start-debug.sh registry_deploy_worker: pull_policy: never profiles: - '' volumes: - ./worker:/workspace/worker - ./registry:/workspace/registry restart: unless-stopped command: worker-start-debug.sh portal_zookeeper: profiles: - '' restart: unless-stopped portal_kafka: profiles: - '' restart: unless-stopped registry_postgres: ports: - "${REGISTRY_POSTGRES_PORT:-5432}:5432" profiles: - '' restart: unless-stopped registry_healthchecker: pull_policy: never profiles: - '' volumes: - ./registry:/workspace/registry - ./healthchecker:/workspace/healthchecker restart: unless-stopped command: worker-start-debug.sh

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/DARPAI/darp_engine'

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