Skip to main content
Glama

Related Servers

Alternatives to dsh-relay

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Launches 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
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides a read-only MCP tool to diagnose zoxide installation and shell setup, returning a JSON report with setup and troubleshooting guides.
      28 npm
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables MCP-compatible coding agents to execute the local Codex CLI as a coding agent, including code reviews, session resume/fork, and CLI diagnostics.
      9
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Delegates 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.
      1
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables 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

    A3.5/5.0

    Scored across 25 tools

    Disambiguation3/5

    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.

    Naming Consistency4/5

    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'.

    Tool Count3/5

    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.

    Completeness5/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues