# Dockerfile for E2B MCP Server JavaScript Edition
FROM node:22-alpine AS builder
WORKDIR /app
# Copy the application files
COPY packages/js/ .
# Install dependencies
RUN npm install
# Build the application
RUN npm run build
ENV NODE_ENV=production
ENTRYPOINT ["node", "./build/index.js"]
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/e2b-dev/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server