Skip to main content
Glama

Coreflux MCP Server

Official
.env.production544 B
# Production Environment Configuration # Copy this to .env and customize for your environment # MQTT Broker Configuration MQTT_BROKER=mqtt.production.com MQTT_PORT=8883 MQTT_USER=production_user MQTT_PASSWORD=secure_production_password MQTT_CLIENT_ID=coreflux-mcp-prod # TLS Configuration MQTT_USE_TLS=true MQTT_CA_CERT=/app/certs/ca.crt MQTT_CLIENT_CERT=/app/certs/client.crt MQTT_CLIENT_KEY=/app/certs/client.key # Coreflux Copilot API Configuration DO_AGENT_API_KEY=your_production_api_key_here # Logging Configuration LOG_LEVEL=WARNING

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