Skip to main content
Glama

RL-MCP

by rlefko
Dockerfile.buildโ€ข396 B
FROM python:3.12.7-bookworm AS build # Set Python environment variables ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 # Install Python Requirements RUN pip3 install --upgrade pip RUN mkdir -p /app WORKDIR /app COPY ./requirements.txt /app/requirements.txt RUN pip3 install --no-cache-dir -r requirements.txt # Initialize the app COPY . /app/ EXPOSE 8000 CMD ["./docker/api/startup.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/rlefko/rl-mcp'

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