Skip to main content
Glama

Coreflux MCP Server

Official
claude_desktop_config.json571 B
{ "mcpServers": { "coreflux": { "command": "python", "args": [ "/absolute/path/to/coreflux-mcp-server/server.py" ], "description": "Coreflux MQTT Broker Control - Production Ready MCP Server", "icon": "🔄", "env": { "MQTT_BROKER": "your-mqtt-broker.com", "MQTT_PORT": "8883", "MQTT_USER": "your_username", "MQTT_PASSWORD": "your_password", "MQTT_USE_TLS": "true", "DO_AGENT_API_KEY": "your_coreflux_copilot_api_key_here", "LOG_LEVEL": "INFO" } } } }

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/CorefluxCommunity/CorefluxMCPServer'

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