dcp
Device Context Protocol — bridge LLM agents to physical devices. Sub-50-byte frames, <16KB MCU footprint, capability-scoped and safe by design. Complementary to MCP.
DCP is a compact protocol for LLM agents to control physical devices, using a static intent table and CBOR wire format. It is validated on ESP32 hardware and complements MCP by translating DCP ↔ MCP for zero-config integration with MCP hosts. The protocol emphasizes safety through intent-level commands and capability tokens.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- PPhoenix DavisMay 12, 2026
Good for edge AI applications where agents need to control physical hardware.
- EEllis NguyenApr 18, 2026
Protocol design is clean — easy to implement on resource-constrained devices.
- LLane WhiteMar 14, 2026
Physical device integration for LLM agents via a compact protocol is exactly what IoT automation needs.
- SSterling NguyenMar 4, 2026
Sub-50-byte frames means it works over constrained networks.