Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Excalidraw MCP Server
by
i-tozer
Verified
GitHub
Image & Video Processing
Developer Tools
JavaScript
3
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
excalidraw-mcp
src
docker-compose.yml
Dockerfile
.gitignore
index.ts
package.json
package-lock.json
README.md
smithery.yaml
test.js
tsconfig.json
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"