Install
$ agentstack add mcp-ruanrongman-intelliconnect ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
██╗ ███╗ ██╗ ████████╗ ███████╗ ██╗ ██╗ ██╗ ██████╗ ██████╗ ███╗ ██╗ ███╗ ██╗ ███████╗ ██████╗ ████████╗ ██║ ████╗ ██║ ╚══██╔══╝ ██╔════╝ ██║ ██║ ██║ ██╔════╝ ██╔═══██╗ ████╗ ██║ ████╗ ██║ ██╔════╝ ██╔════╝ ╚══██╔══╝ ██║ ██╔██╗ ██║ ██║ █████╗ ██║ ██║ ██║ ██║ ██║ ██║ ██╔██╗ ██║ ██╔██╗ ██║ █████╗ ██║ ██║ ██║ ██║╚██╗██║ ██║ ██╔══╝ ██║ ██║ ██║ ██║ ██║ ██║ ██║╚██╗██║ ██║╚██╗██║ ██╔══╝ ██║ ██║ ██║ ██║ ╚████║ ██║ ███████╗ ███████╗ ███████╗ ██║ ╚██████╗ ╚██████╔╝ ██║ ╚████║ ██║ ╚████║ ███████╗ ╚██████╗ ██║ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚══════╝ ╚══════╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚═══╝ ╚══════╝ ╚═════╝ ╚═╝
Built by RSLLY
概述
- 本项目基于springboot3.5.7开发,使用spring security作为安全框架
- 配备物模型(属性,功能和事件模块)和完善的监控模块
- 支持多种大模型(Qwen3系列,GLM系列,DeepSeek v4等先进模型)和先进的Agent智能体技术提供出色的AI智能,可以快速搭建智能物联网应用(首个基于Agent智能体设计的物联网平台)
- 支持ReAct提示词和Function Calling双模式Agent工具调用
- 支持知识库技术,可以针对专有领域构建知识库使得智能体更贴心
- 支持MCP协议(模型上下文协议),支持多端点WebSocket连接,可自由扩展智能体能力
- 支持快速构建智能语音应用,支持语音识别和语音合成,支持高质量音频(16/24/48kHz采样率)
- 支持多种iot协议,使用emqx exhook作为mqtt通讯,可扩展性强
- 支持OTA空中升级技术,支持设备昵称管理
- 支持微信小程序和微信服务号
- 支持小智AI硬件
- 支持AI文本调试界面,实时流式对话和历史消息持久化
- 使用常见的mysql和redis数据库,上手简单
- 支持时序数据库influxdb
安装运行
> 推荐使用docker安装,docker-compose.yaml文件在docker目录下,执行 docker-compose up 可初始化 mysql,redis,emqx和influxdb环境,安装详情请看官方文档。
- 安装mysql和redis数据库,高性能运行推荐安装时序数据库influxdb
- 安装EMQX集群,并配置好exhook,本项目使用exhook作为mqtt消息的处理器
- 安装java21环境
- 修改配置文件application.yaml(设置ddl-auto为update模式)
- java -jar IntelliConnect-1.8-SNAPSHOT.jar
功能模块
| 功能模块 | 状态 | 描述 | |----------------------|------|---------------------------------| | 首句响应 | ✅ | 唤醒词响应时间
致谢
- 感谢项目xiaozhi-esp32提供强大的硬件语音交互。
- 感谢项目Concentus: Opus for Everyone提供opus解码和编码。
- 感谢项目TalkX提供了opus解码和编码的参考。
- 感谢项目py-xiaozhi方便项目进行小智开发调试。
- 感谢项目vue3-antd-manage本项目智控台基于该项目二次开发。
- 电波bilibili君赞助项目开发。
授权协议
- 个人授权
- 遵循 Apache 2.0 协议
- 商业授权
- 商业使用请联系 创万联 官方 获取授权
Star History
[](https://www.star-history.com/#ruanrongman/IntelliConnect&Date)
贡献
本人正在尝试一些更加完善的抽象模式,支持更多的物联网协议和数据存储形式,如果你有更好的建议,欢迎一起讨论交流。
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ruanrongman
- Source: ruanrongman/IntelliConnect
- License: Apache-2.0
- Homepage: https://ruanrongman.github.io/IntelliConnect/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.