dsh-mqtt
Run the following command in DeepSeek Harness:
dsh plugin install UllrAI/dsh-mqtt
Paste the following prompt into your AI chat to install this plugin:
To install this plugin in DeepSeek Harness, run the command: dsh plugin install UllrAI/dsh-mqtt. Source: https://github.com/UllrAI/dsh-mqtt
About this plugin
The dsh-mqtt plugin addresses the challenge of remotely controlling DeepSeek Harness agent tasks in distributed or network-constrained environments. By turning a DSH process into an MQTT-addressable agent worker, it enables users to submit tasks, monitor execution in real-time, and steer running agents from anywhere, without needing to expose an HTTP server—ideal for secure deployments behind NAT or firewalls. Its core capabilities include support for MQTT 3.1.1 and 5 protocols over various transports (TCP, TLS, WebSocket), broker authentication, persistent sessions, and node-scoped commands. Clients can submit work, inject context, cancel tasks, and receive normalized events and final results, with QoS 1 deduplication and safe event exposure for data privacy. This plugin is suited for users needing asynchronous automation, remote agent control, or distributed worker fleets, such as invoking private servers from CI/CD pipelines, running small clusters of agents with local resources (like repositories, browsers, or GPUs), or implementing simple software-to-agent event integration. However, it is not intended as a replacement for synchronous HTTP APIs or complex workflow systems that involve features like priority queues, dependency graphs, or exactly-once execution.
Screenshots
Use Cases
- Invoke private workstations or servers remotely from CI or cloud services.
- Run small fleets of DSH workers with local resources like browsers or GPUs.
- Enable asynchronous event integration or automation workflows between software and agents.
Best For
- Developers or DevOps teams needing remote control and monitoring of agent tasks.
- Ops personnel running distributed fleets of DSH workers.
- CI/CD engineers seeking secure asynchronous automation solutions.
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.