IntelliConnect
by ruanrongman·★ 118·综合分 44
支持MCP协议的AI物联网平台,提供智能设备管理和Agent功能
概述
IntelliConnect是一个基于Java的物联网平台,使用Spring Boot 3.5.7构建,为智能设备管理提供全面的后端服务。它集成了多种大模型(Qwen、GLM、deepSeek)和Agent技术,提供强大的AI功能。该平台实现了模型上下文协议(MCP),扩展Agent能力,通过EMQX MQTT支持多种IoT协议,并提供设备管理、OTA升级、语音识别/合成和知识库集成等功能。其模块化设计支持灵活的部署和定制。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要构建支持多设备、语音能力并通过MCP协议扩展功能的AI物联网应用时,选择IntelliConnect。
什么时候不要选它
如果您需要没有AI功能的简单MQTT代理,或者偏好纯Python解决方案而非Java,请避免使用此平台。
此 server 暴露的工具
从 README 抽取出 12 个工具mcp_tool_accessAccess MCP tools based on role configuration
device_controlControl IoT devices through the platform
knowledge_retrievalRetrieve information from the knowledge base using RAG
ota_upgradeManage firmware OTA updates for devices
device_monitoringMonitor device status and data visualization
event_alertsManage device error alerts and notifications
long_term_memoryAccess and manage AI agent's long-term memory
multi_agent_coordinationCoordinate between multiple AI agents
skills_integrationIntegrate and manage AI agent skills
knowledge_graphAccess and visualize knowledge graph data
scheduled_agentSchedule AI agent tasks for specific times
wechat_integrationIntegrate 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
可对比工具
安装
安装选项:
- Docker部署(推荐)
cd docker
docker-compose up这将初始化MySQL、Redis、EMQX和InfluxDB环境。
- 手动安装
- 安装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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。