Skip to main content
Glama

Safe Local Python Executor/Interpreter

# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM ghcr.io/astral-sh/uv:alpine # Install build dependencies WORKDIR /app # Copy project files COPY . . # Pre-create virtual environment and install dependencies to avoid runtime downloads RUN uv venv .venv \ && uv sync --no-dev # Default command to run the MCP server CMD ["uv", "run", "mcp_server.py"]

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/maxim-saplin/mcp_safe_local_python_executor'

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