Skip to main content
Glama

Code Sandbox MCP Server

by philschmid
Dockerfile.nodejs327 B
FROM node:22-bullseye RUN apt-get update && apt-get install -y \ build-essential \ && rm -rf /var/lib/apt/lists/* \ && mkdir -p /tmp/sandbox_output /tmp/sandbox_plots /tmp/npm_cache ENV NPM_CONFIG_CACHE=/tmp/npm_cache # Pre-install global Node.js packages RUN npm install -g \ @google/genai WORKDIR /sandbox

Latest Blog Posts

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

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