Runnable examples showing how to connect AI agents to your devices using MCP, REST, or LangChain.
Configure Claude Desktop to talk to your ESP32 devices via the jettyd MCP server. Read sensor values and send commands in natural language.
Python script that polls sensor values on a schedule and automatically sends commands when thresholds are crossed. No LLM required.
Node.js/Express server that receives jettyd webhook events and triggers commands in response. Build reactive automations without polling.
Wrap jettyd REST endpoints as LangChain DynamicStructuredTool objects. Use them with any LangChain agent or LLM.