MCP.so
登录

Coreflux MCP Server

@CorefluxCommunity

关于 Coreflux MCP Server

Coreflux MQTT MCP Server

基本信息

分类

其他

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

CorefluxCommunity

提交者

Hugo Vaz

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "CorefluxMCPServer": {
      "command": "python",
      "args": [
        "setup_assistant.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Coreflux MCP Server?

An enterprise-grade Model Context Protocol (MCP) server that provides secure, scalable access to Coreflux MQTT brokers and comprehensive automation capabilities for Claude and other MCP-compatible AI assistants.

How to use Coreflux MCP Server?

Deploy via Docker (recommended) or install Python dependencies and run python server.py. Configure by editing .env or using the interactive setup assistant (python setup_assistant.py). Connect Claude Desktop by adding the server configuration to claude_desktop_config.json.

Key features of Coreflux MCP Server

  • MQTT integration with full TLS support
  • Complete Coreflux API access (models, actions, rules, routes)
  • LOT code generation via Coreflux Copilot API
  • Dynamic discovery and listing of available actions
  • Comprehensive health monitoring and system checks
  • Docker and Kubernetes deployment support

Use cases of Coreflux MCP Server

  • Automate MQTT message publishing and broker management via AI assistants
  • Generate and deploy Language-of-Things (LOT) automation code
  • Monitor broker health and system components in real time
  • Securely integrate enterprise MQTT infrastructure with conversational AI

FAQ from Coreflux MCP Server

What are the runtime requirements?

Python 3.11 or higher, or Docker (optional, for containerized deployment). Access to a Coreflux MQTT broker is required; a Coreflux Copilot API key is optional.

How do I connect Claude to the server?

Add the server configuration to the Claude Desktop config file (claude_desktop_config.json) with the command set to python and the appropriate args and env variables for MQTT connection and API key.

Does the server support TLS encryption?

Yes, the server supports full TLS encryption for MQTT connections. TLS certificate paths can be configured in the .env file.

What AI capabilities are available?

The server includes a copilot_assist tool that queries the Coreflux Copilot AI for automation assistance and LOT code generation.

How is security handled?

The server includes input sanitization, log sanitization of sensitive data, TLS support, comprehensive configuration validation, and secure secret management.

评论

其他 分类下的更多 MCP 服务器