Skip to main content
Glama

DARPEngine

by DARPAI
Dockerfile323 B
FROM docker:latest RUN apk add --no-cache python3 py3-pip gcc python3-dev libc-dev zlib-dev WORKDIR /workspace COPY worker/requirements.txt . RUN pip config set global.break-system-packages true RUN pip install -r requirements.txt COPY registry ./registry COPY worker ./worker ENV PATH "$PATH:/workspace/worker/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