-
securityA
license-
qualityA Model Context Protocol server enabling LLMs to search, retrieve, and manage documents through Rememberizer's knowledge management API.
Last updated -
24
Python
Apache 2.0
该存储库包含两个模型上下文协议(MCP)服务器:
用于控制和监控物联网设备(如智能灯、传感器和其他连接设备)的模型上下文协议 (MCP) 服务器。
该服务器通过模型上下文协议为物联网设备控制、监控和状态管理提供标准化接口。
send_command
:向 IoT 设备发送命令get_device_state
:获取物联网设备的当前状态subscribe_to_updates
:订阅设备的实时更新使用 Mem0 框架进行持久内存存储和检索的模型上下文协议 (MCP) 服务器。
该服务器通过模型上下文协议实现长期记忆存储和语义搜索功能。
save_memory
:将信息保存到长期记忆中get_all_memories
:获取用户存储的所有记忆search_memories
:使用语义搜索来搜索记忆pip install -r requirements.txt
.env.example
模板创建.env
文件python iot_mcp_server.py
python memory_mcp_server.py
MQTT_BROKER
:MQTT 代理地址(默认值:“localhost”)MQTT_PORT
:MQTT 代理端口(默认值:1883)HOST
:服务器主机地址(默认值:“0.0.0.0”)PORT
:服务器端口(默认值:“8090”)TRANSPORT
:传输类型,“sse”或“stdio”(默认值:“sse”)MEM0_API_KEY
:Mem0 服务的 API 密钥(可选)MEM0_ENDPOINT
:Mem0 服务的端点 URL(默认值:“ https://api.mem0.ai ”)HOST
:服务器主机地址(默认值:“0.0.0.0”)PORT
:服务器端口(默认值:“8050”)TRANSPORT
:传输类型,“sse”或“stdio”(默认值:“sse”)iot_mcp_server.py
- 物联网设备控制 MCP 服务器实现memory_mcp_server.py
- 内存管理 MCP 服务器实现utils.py
- 服务器使用的实用函数requirements.txt
- 包依赖项.env.example
- 环境变量配置模板README.md
- 文档This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
提供两个模型上下文协议服务器,支持控制物联网设备并管理具有语义搜索功能的持久性内存存储。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jordy33/iot_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server