Skip to main content
Glama

Excalidraw MCP Server

Dockerfile644 B
# syntax=docker/dockerfile:1 FROM node:24-alpine@sha256:6ff78d6d45f2614fe0da54756b44a7c529a15ebcaf9832fab8df036b1d466e73 AS base WORKDIR /app FROM base AS build COPY package*.json tsconfig.json ./ RUN npm ci --audit=false --fund=false --loglevel=error COPY ./src ./src RUN npm run build FROM base AS runtime LABEL org.opencontainers.image.authors="andreswebs@pm.me" \ org.opencontainers.image.title="excalidraw-mcp" RUN mkdir -p storage && chmod -R 777 storage RUN chown -R node:node /app ENV NODE_ENV=production COPY --from=build /app/node_modules ./node_modules COPY --from=build /app/dist/ ./ USER node CMD ["node","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/andreswebs-public-images/excalidraw-mcp'

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