Back to Home
jurgen178 icon

esp32-mcp

Verified Safe

by jurgen178

Overview

Enables AI assistants to control physical hardware devices via the Model Context Protocol (MCP).

Installation

Run Command
No command provided

Security Notes

The server runs on an embedded device (ESP32) and exposes HTTP endpoints (/mcp and /sse) over WiFi, which is standard for IoT but implies network accessibility. WiFi credentials (`SECRET_SSID`, `SECRET_PASS`) are defined directly in `arduino_secrets.h`, which is a common practice for Arduino projects but requires careful handling to prevent exposure if the file is shared or committed to public repositories. The project claims 'memory-safe execution' and uses standard protocols (JSON-RPC 2.0, MCP). No 'eval' or malicious patterns are evident in the provided code snippets.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-16

Tags

AIIoTEmbeddedMCPESP32Hardware Control