Excalidraw MCP Server

by i-tozer
Verified
version: '3' services: excalidraw-mcp: build: context: . dockerfile: Dockerfile volumes: - ./storage:/app/storage restart: unless-stopped # If we add an HTTP server in the future, we can uncomment this # ports: # - "3000:3000"