tonytanglab/deepseek-harness-relay-mcp ↗★ 1
dsh-relay
Web Profile 辅助插件:诊断并写入 MCP 配置,以便 Codex、Cursor 或 Claude Code 能够启动 dsh --profile codex。
AI 分析
核心用于打通外部 IDE 与 DSH 的连接。适合使用 Cursor 或 Claude Code 并希望将其作为 MCP 客户端连接 DSH 的开发者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tonytanglab/deepseek-harness-relay-mcp说明文档
阅读完整 README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
mcpServerName | dsh-relay | Key under mcpServers |
mcpConfigPath | unset | Absolute JSON path /relay-setup writes |
allowedWorkspaceRoots | [] | Empty reads DSH_MCP_WORKSPACE_ROOTS |
credentialsPath | $DSH_HOME/.credentials.yaml | Shared credentials document; also DSH_MCP_CREDENTIALS_PATH |
dataDirectory | $DSH_HOME/codex-services | Codex service homes; also DSH_MCP_DATA_DIR |
dshPackage | @deepseek-ai/dsh@0.1.0-rc.5 | Pinned package in generated npx args |
host | codex | Default host for /relay-setup writes: codex, cursor, or claude-code |
Users override rows in the profile cordis.patch.yml. Invalid configuration fails plugin load.