LED Display Server
by fabienhamot
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_URL | No | The application URL, e.g., https://led.ton-domaine.fr | |
| DB_HOST | No | Database host (not needed for sqlite) | 127.0.0.1 |
| DB_PORT | No | Database port (not needed for sqlite) | 5432 |
| MQTT_HOST | No | MQTT broker hostname | localhost |
| MQTT_PORT | No | MQTT broker port | 1883 |
| DB_DATABASE | No | Database name or path for sqlite | |
| DB_PASSWORD | No | Database password (not needed for sqlite) | |
| DB_USERNAME | No | Database username (not needed for sqlite) | |
| DB_CONNECTION | No | Database connection type: pgsql, mysql, or sqlite | |
| MQTT_PUBLIC_PORT | No | Public port exposed for MQTT | 1883 |
| MQTT_TLS_CA_FILE | No | Path to CA certificate file for MQTT TLS | |
| MQTT_TLS_ENABLED | No | Enable TLS for MQTT connection (true/false) | false |
| MQTT_AUTH_PASSWORD | No | Password for MQTT broker authentication | |
| MQTT_AUTH_USERNAME | No | Username for MQTT broker authentication |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fabienhamot/mcp_mqtt_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server