AzkiDeck-mcp-server
by AzumaChiaki
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The host address to bind the server to. | 0.0.0.0 |
| PORT | No | The port for the MCP server to listen on. | 8787 |
| TLS_KEY | No | Path to the TLS private key. Must be set together with TLS_CERT to enable built-in HTTPS/WSS. | |
| DATA_DIR | No | Directory for SQLite data storage. | ./data |
| TLS_CERT | No | Path to the TLS certificate. Must be set together with TLS_KEY to enable built-in HTTPS/WSS. | |
| ADMIN_TOKEN | No | Setting this enables the /admin/* management APIs. | |
| FILE_TTL_MS | No | Time-to-live in milliseconds for uploaded files. | 1800000 |
| AUTO_REGISTER | No | When true, devices automatically create a tenant on first connection in public mode. | true |
| BUFFER_TTL_MS | No | Duration in milliseconds to buffer offline notifications (5 minutes). | 300000 |
| FILE_MAX_BYTES | No | Maximum file size for file delivery (e.g., watch faces). | 64MiB |
| CALL_TIMEOUT_MS | No | Timeout in milliseconds for tool calls. | 30000 |
| INSTALL_TIMEOUT_MS | No | Timeout in milliseconds for install operations. | 60000 |
| RATE_WS_PER_MINUTE | No | Rate limit for WebSocket connections per minute. | 600 |
| RATE_MCP_PER_MINUTE | No | Rate limit for MCP requests per minute. | 120 |
| RECONNECT_WINDOW_MS | No | Duration in milliseconds after disconnect during which queued messages are resent (10 minutes). | 600000 |
| RATE_AUTH_FAIL_PER_MINUTE | No | Rate limit for authentication failures per minute. | 20 |
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
ActivityMaintained
ResponsivenessNo issues