Skip to main content
Glama

Sandbox MCP

MIT License
78
  • Linux
  • Apple
Dockerfile300 B
FROM python:3.13-slim RUN adduser --home /sandbox --disabled-password sandbox COPY requirements.txt /tmp RUN pip install --no-cache-dir -r /tmp/requirements.txt && rm -f /tmp/requirements.txt USER sandbox WORKDIR /sandbox ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 ENV MPLCONFIGDIR=/tmp

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/pottekkat/sandbox-mcp'

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