Dual MCP Server for IoT & Memory
IoT 및 메모리 관리를 위한 MCP 서버
이 저장소에는 두 개의 MCP(Model Context Protocol) 서버가 포함되어 있습니다.
IoT 장치 제어 MCP 서버
메모리 관리 MCP 서버
IoT 장치 제어 MCP 서버
스마트 조명, 센서 및 기타 연결 장치와 같은 IoT 장치를 제어하고 모니터링하기 위한 MCP(Model Context Protocol) 서버입니다.
목적
이 서버는 모델 컨텍스트 프로토콜을 통해 IoT 장치 제어, 모니터링 및 상태 관리를 위한 표준화된 인터페이스를 제공합니다.
사용 사례
홈 오토메이션
산업용 IoT 모니터링
원격 장치 관리
스마트 빌딩 제어 시스템
특징
IoT 기기에 명령 보내기
장치 상태 및 상태 쿼리
실시간 기기 업데이트 구독
MQTT 프로토콜 지원
API 도구
send_command: IoT 기기에 명령을 보냅니다.get_device_state: IoT 장치의 현재 상태를 가져옵니다.subscribe_to_updates: 기기에서 실시간 업데이트를 구독합니다.
Related MCP server: AGI MCP Server
메모리 관리 MCP 서버
Mem0 프레임워크를 사용하여 영구 메모리 저장 및 검색을 위한 MCP(Model Context Protocol) 서버입니다.
목적
이 서버는 모델 컨텍스트 프로토콜을 통해 장기 메모리 저장 및 의미 검색 기능을 제공합니다.
사용 사례
대화 내역 저장
지식 관리
AI 애플리케이션의 상황 인식
지속적인 정보 저장
특징
장기 기억에 정보를 저장합니다
저장된 모든 메모리를 검색합니다
의미 검색을 사용하여 메모리 검색
API 도구
save_memory: 장기 메모리에 정보를 저장합니다.get_all_memories: 사용자의 저장된 모든 메모리를 가져옵니다.search_memories: 의미 검색을 사용하여 메모리 검색
시작하기
이 저장소를 복제하세요
종속성 설치:
pip install -r requirements.txt.env.example템플릿을 기반으로.env파일을 만듭니다.IoT 서버를 실행합니다:
python iot_mcp_server.py메모리 서버를 실행합니다:
python memory_mcp_server.py
환경 변수
IoT MCP 서버
MQTT_BROKER: MQTT 브로커 주소(기본값: "localhost")MQTT_PORT: MQTT 브로커 포트(기본값: 1883)HOST: 서버 호스트 주소(기본값: "0.0.0.0")PORT: 서버 포트(기본값: "8090")TRANSPORT: 전송 유형, "sse" 또는 "stdio"(기본값: "sse")
메모리 MCP 서버
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- IoT 장치 제어 MCP 서버 구현memory_mcp_server.py- 메모리 관리 MCP 서버 구현utils.py- 서버에서 사용하는 유틸리티 함수requirements.txt- 패키지 종속성.env.example- 환경 변수 구성을 위한 템플릿README.md- 문서
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.23
- FlicenseBqualityDmaintenanceA Model Context Protocol server that provides persistent memory capabilities for AI systems, enabling true continuity of consciousness across conversations through episodic, semantic, procedural, and strategic memory types.246
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides knowledge graph-based persistent memory for LLMs, allowing them to store, retrieve, and reason about information across multiple conversations and sessions.973,6462MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI models to interact with Mobi instances, providing structured data exchange and command execution for ontology management, data retrieval, and content creation.2MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
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