We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MadnessEngineering/Omnispindle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mosquitto.conf•637 B
# Mosquitto MQTT Configuration for MCP Todo Server
# Basic configuration
persistence true
persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log
log_dest stdout
# Default listener - binding to all interfaces
listener 1883 0.0.0.0
protocol mqtt
# WebSockets listener for web clients - binding to all interfaces
listener 9001 0.0.0.0
protocol websockets
# Allow anonymous connections with no authentication
# IMPORTANT: This is for development/testing only!
allow_anonymous true
# Set high log level for debugging
log_type all
# No authentication required
# IMPORTANT: This is for development/testing only!