Skip to main content
Glama

Excalidraw MCP Server

by i-tozer
docker-compose.yml274 B
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"

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/i-tozer/excalidraw-mcp'

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