AI Agent Hub
Back to plugins
🧰

dsh-netcatty

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install qq739844663/dsh-netcatty

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install qq739844663/dsh-netcatty in the DeepSeek Harness terminal to install; source: https://github.com/qq739844663/dsh-netcatty

About this plugin

If you already run DeepSeek Harness alongside Netcatty for SSH sessions, SFTP, and port forwarding, wiring up the MCP pipe by hand every time is tedious and error-prone. dsh-netcatty automates that link: it locates the External MCP launcher shipped with Netcatty, forwards MCP traffic through a lightweight stdio supervisor, and lets the official DSH MCP client discover and register the full tool catalog of Netcatty under the netcatty namespace.

The plugin keeps a deliberately small boundary: it does not parse the Netcatty Vault, read saved credentials, or copy the discovery token; all permission approvals stay enforced by Netcatty itself. On Windows it follows the official launcher contract to invoke the packaged runtime directly, while macOS and Linux execute the launcher script; on unload the supervisor tears down the entire process tree with no stragglers. A nonstandard installation path is handled with a single environment variable.

Ideal for developers and ops engineers who rely on Netcatty to manage remote servers and want DeepSeek Harness to call its SSH, SFTP, Vault, and port-forwarding tools directly. As long as Netcatty is running with External MCP enabled, DSH picks everything up out of the box with no extra scripts.

Use Cases

  • Let the AI in DSH run remote SSH commands and SFTP transfers in-conversation
  • Discover the full Netcatty tool catalog automatically with no manual MCP config
  • Invoke Netcatty port forwarding, Vault, and terminal execution consistently across platforms

Best For

  • Developers and ops engineers already managing remote servers with Netcatty
  • AI workflow users who want terminal and SFTP tools inside DeepSeek Harness
  • DevOps teams needing unified cross-platform MCP tool access