dsh-relay
Related Servers
Alternatives to dsh-relay
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceLaunches the official Codex CLI as a persistent MCP server so DeepSeek Harness can invoke Codex models without storing or transmitting ChatGPT credentials to third parties.MIT
- AlicenseNot gradedqualityCmaintenanceProvides a read-only MCP tool to diagnose zoxide installation and shell setup, returning a JSON report with setup and troubleshooting guides.28 npmMIT
- AlicenseAqualityCmaintenanceEnables MCP-compatible coding agents to execute the local Codex CLI as a coding agent, including code reviews, session resume/fork, and CLI diagnostics.9MIT
- AlicenseAqualityCmaintenanceDelegates coding tasks to the locally installed DeepSeek Harness CLI, enabling MCP clients to run prompts through dsh and receive results with exit code and timing.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables Claude Code to delegate bounded, read-only analysis and isolated patch proposals to the locally installed Codex CLI over MCP, with sanitized live status, revision-aware polling, and reviewable results.1MIT
- AlicenseNot gradedqualityAmaintenanceEnables ChatGPT Web or another MCP client to inspect and develop a local workspace, read local Codex task history, and use the complete installed XcodeBuildMCP catalog through a small set of stable tools.MIT
TDQS
Scored across 25 tools
Several tools overlap in function or intent: get_run, get_run_summary, wait_run, status_run (deprecated), and list_runs all touch run state; doctor and setup_doctor also overlap. The detailed descriptions help, but agents must read carefully to pick correctly.
Most tools follow a clear verb_noun snake_case pattern (start_, stop_, list_, get_, setup_). Minor inconsistencies: bare 'doctor' vs 'setup_doctor', 'status_run' for a deprecated alias, and 'reconcile_operation' vs 'get_operation'.
25 tools is large for a relay/session manager. The lifecycle coverage is broadaa but there is redundancy (get_run/get_run_summary/status_run/wait_run all surface run state) and a deprecated tool included in the active set, so it feels heavier than necessary.
The set covers the full run lifecycle (start, reply, steer, cancel, wait, get, list), workspace/service management, diagnostics, setup, and notifications. No obvious missing operations for the described domain.