Skip to main content
Glama
example_with_logging.json645 B
{ "mqtt": { "host": "localhost", "port": 1883, "username": null, "password": null, "keepalive": 60 }, "topics": [ { "pattern": "sensors/+/temperature", "permissions": ["read", "write"], "description": "Temperature sensor data from any location" }, { "pattern": "actuators/#", "permissions": ["write"], "description": "All actuator control topics" }, { "pattern": "status/system", "permissions": ["read"], "description": "System status information" } ], "logging": { "level": "INFO", "logfile": "/var/log/mcpmqtt/server.log" } }

Latest Blog Posts

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/tspspi/mcpMQTT'

If you have feedback or need assistance with the MCP directory API, please join our Discord server