excalidraw-mcp
by lesleslie
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Canvas server host | localhost |
| PORT | No | Canvas server port | 3031 |
| DEBUG | No | Enable debug logging | false |
| CANVAS_AUTO_START | No | Auto-start canvas server with MCP server | true |
| SYNC_RETRY_JITTER | No | Enable/disable jitter for retry delays | true |
| ENABLE_CANVAS_SYNC | No | Enable/disable canvas synchronization | true |
| EXPRESS_SERVER_URL | No | Canvas server URL for MCP sync | http://localhost:3031 |
| SYNC_RETRY_ATTEMPTS | No | Number of retry attempts for failed operations | 3 |
| SYNC_RETRY_DELAY_SECONDS | No | Base delay between retry attempts (seconds) | 1.0 |
| SYNC_RETRY_EXPONENTIAL_BASE | No | Exponential base for backoff calculation | 2.0 |
| SYNC_RETRY_MAX_DELAY_SECONDS | No | Maximum delay between retry attempts (seconds) | 30.0 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityActive
ResponsivenessNo issues