Skip to main content
Glama
AzumaChiaki

AzkiDeck-mcp-server

by AzumaChiaki

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoThe host address to bind the server to.0.0.0.0
PORTNoThe port for the MCP server to listen on.8787
TLS_KEYNoPath to the TLS private key. Must be set together with TLS_CERT to enable built-in HTTPS/WSS.
DATA_DIRNoDirectory for SQLite data storage../data
TLS_CERTNoPath to the TLS certificate. Must be set together with TLS_KEY to enable built-in HTTPS/WSS.
ADMIN_TOKENNoSetting this enables the /admin/* management APIs.
FILE_TTL_MSNoTime-to-live in milliseconds for uploaded files.1800000
AUTO_REGISTERNoWhen true, devices automatically create a tenant on first connection in public mode.true
BUFFER_TTL_MSNoDuration in milliseconds to buffer offline notifications (5 minutes).300000
FILE_MAX_BYTESNoMaximum file size for file delivery (e.g., watch faces).64MiB
CALL_TIMEOUT_MSNoTimeout in milliseconds for tool calls.30000
INSTALL_TIMEOUT_MSNoTimeout in milliseconds for install operations.60000
RATE_WS_PER_MINUTENoRate limit for WebSocket connections per minute.600
RATE_MCP_PER_MINUTENoRate limit for MCP requests per minute.120
RECONNECT_WINDOW_MSNoDuration in milliseconds after disconnect during which queued messages are resent (10 minutes).600000
RATE_AUTH_FAIL_PER_MINUTENoRate 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources