Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to 1 to see how your code is being processed | 0 |
| MCP_HOST | No | Host to bind for HTTP transport | 0.0.0.0 |
| MCP_PORT | No | Port to bind for HTTP transport | 8000 |
| MCP_TRANSPORT | No | Transport protocol: stdio or http | stdio |
| MCP_AUTH_TOKEN | No | Bearer token for HTTP authentication (optional) | |
| SKIP_ICON_CHECK | No | Set to true to disable icon validation warnings | false |
| ERASER_API_TOKEN | Yes | Your Eraser.io API token (required) |
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 | |