Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (DEBUG/INFO/WARNING/ERROR) | INFO |
| MAGIC_API_TOKEN | No | Magic-API authentication token | |
| MAGIC_API_WS_URL | No | Magic-API WebSocket URL | ws://127.0.0.1:10712/magic/web/console |
| FASTMCP_TRANSPORT | No | FastMCP transport protocol | stdio |
| MAGIC_API_BASE_URL | No | Magic-API service base URL | http://127.0.0.1:10712 |
| MAGIC_API_PASSWORD | No | Magic-API authentication password | |
| MAGIC_API_USERNAME | No | Magic-API authentication username | |
| MAGIC_API_AUTH_ENABLED | No | Whether to enable authentication | false |
| MAGIC_API_TIMEOUT_SECONDS | No | Request timeout in seconds | 30.0 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |