MCP Catalogs
首页IntelliConnect screenshot

IntelliConnect

by ruanrongman·118·综合分 44

支持MCP协议的AI物联网平台,提供智能设备管理和Agent功能

ai-llmops-infraiot
29
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

IntelliConnect是一个基于Java的物联网平台,使用Spring Boot 3.5.7构建,为智能设备管理提供全面的后端服务。它集成了多种大模型(Qwen、GLM、deepSeek)和Agent技术,提供强大的AI功能。该平台实现了模型上下文协议(MCP),扩展Agent能力,通过EMQX MQTT支持多种IoT协议,并提供设备管理、OTA升级、语音识别/合成和知识库集成等功能。其模块化设计支持灵活的部署和定制。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:智能家居设备控制与自动化
:工业物联网监控与管理
:专业化领域的语音控制AI助手
:IntelliConnect支持哪些AI模型?
:MCP协议在该平台中如何工作?

什么时候选它

当您需要构建支持多设备、语音能力并通过MCP协议扩展功能的AI物联网应用时,选择IntelliConnect。

什么时候不要选它

如果您需要没有AI功能的简单MQTT代理,或者偏好纯Python解决方案而非Java,请避免使用此平台。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • mcp_tool_access

    Access MCP tools based on role configuration

  • device_control

    Control IoT devices through the platform

  • knowledge_retrieval

    Retrieve information from the knowledge base using RAG

  • ota_upgrade

    Manage firmware OTA updates for devices

  • device_monitoring

    Monitor device status and data visualization

  • event_alerts

    Manage device error alerts and notifications

  • long_term_memory

    Access and manage AI agent's long-term memory

  • multi_agent_coordination

    Coordinate between multiple AI agents

  • skills_integration

    Integrate and manage AI agent skills

  • knowledge_graph

    Access and visualize knowledge graph data

  • scheduled_agent

    Schedule AI agent tasks for specific times

  • wechat_integration

    Integrate with WeChat mini programs and official accounts

说明:Tool names were inferred from the feature modules section which mentions MCP capabilities. Since the README doesn't provide explicit MCP tool documentation with signatures, confidence is medium. Each tool represents a key functionality ment

可对比工具

home-assistantnode-redopenhabmcp-iot-bridgeopenwakeword

安装

安装选项:

  1. Docker部署(推荐)
cd docker
docker-compose up

这将初始化MySQL、Redis、EMQX和InfluxDB环境。

  1. 手动安装
  • 安装Java 21环境
  • 安装MySQL和Redis(推荐InfluxDB以获得高性能)
  • 安装EMQX集群并配置exhook
  • 修改application.yaml(将ddl-auto设置为update模式)
  • 运行:java -jar IntelliConnect-1.8-SNAPSHOT.jar

Claude Desktop MCP配置:

{
  "mcpServers": {
    "intelliconnect": {
      "command": "java",
      "args": ["-jar", "path/to/IntelliConnect-1.8-SNAPSHOT.jar"],
      "env": {}
    }
  }
}

FAQ

IntelliConnect支持哪些AI模型?
IntelliConnect支持多种大模型,包括Qwen3系列、GLM系列和deepSeek等先进模型。
MCP协议在该平台中如何工作?
IntelliConnect通过SSE(服务器发送事件)MCP接入方式实现MCP协议,支持基于角色的MCP工具接入点和第三方服务集成。

IntelliConnect 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。