dsh-web-bridge-mcp
Related Servers
Alternatives to dsh-web-bridge-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables Codex and Claude Code to delegate implementation, research, debugging, and long-log work to DeepSeek Harness, then observe, continue, or cancel those sessions without leaving the primary workflow.15MIT
- AlicenseNot gradedqualityAmaintenanceEnables Codex to supervise long-running DeepSeek Harness sessions through MCP, providing tools for progress monitoring, handoffs, and artifact management while keeping the host independent.MIT
- AlicenseNot gradedqualityAmaintenanceEnables external MCP clients to drive DeepSeek Harness agents for real coding tasks, providing tools for task execution and queueing, session management, sandboxed file access, preset switching, and usage statistics.357 npm2GPL 3.0
- AlicenseNot gradedqualityAmaintenanceEnables dispatching work to DeepSeek Harness agents from Claude Code/Codex, with native progress UI, tier policy, and vision/image generation through MCP tools.128 npm142MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients like Claude Code to delegate coding tasks to the local Cursor Agent CLI, with persistent per-workspace sessions that resume across calls.12 npmMIT
- AlicenseNot gradedqualityAmaintenanceAn experimental MCP gateway for controlling durable DeepSeek Harness agent sessions from MCP clients, enabling session creation, observation, steering, and resumption across chat sessions.4MIT
TDQS
Scored across 10 tools
Each tool targets a distinct phase of the session lifecycle: discovery, history reading, connection/auth, creation, messaging, waiting, result retrieval, and cancellation. Even the two session-finding tools are clearly separated by metadata filtering versus keyword/content search.
All tools share the dsh_ prefix and use snake_case, which gives a predictable pattern. Minor deviations exist: dsh_result is a noun rather than a verb_action, and several tools like dsh_connect, dsh_wait, and dsh_cancel lack a noun object.
Ten tools is a well-scoped size for a session-delegation bridge. Each tool covers a meaningful operation without redundancy or bloat, and the count aligns with the server's focused purpose.
The core delegation lifecycle is well covered: connect, authenticate, create/find sessions, send, wait, retrieve results, read history, and cancel. The main gap is the lack of a delete/close-session tool, which leaves cleanup to external session management.