Skip to main content
Glama

DARPEngine

by DARPAI
Dockerfile389 B
FROM docker:latest RUN apk add --no-cache python3 py3-pip gcc python3-dev libc-dev zlib-dev WORKDIR /workspace COPY registry/requirements.txt . RUN pip config set global.break-system-packages true RUN pip install -r requirements.txt COPY common ./common COPY registry ./registry COPY worker ./worker COPY healthchecker ./healthchecker ENV PATH "$PATH:/workspace/healthchecker/scripts"

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