louchi1984-coder/deepseek-claude-code-worker-mcp
DeepSeek V4 code worker MCP for Codex Desktop, powered by Claude Code
SUMMARY AI summary by gpt-5-mini
DeepSeek Code Worker MCP は、Codex Desktop 向けの非同期コーディングワーカーです。Codex が計画・指示・レビューを行い、DeepSeek V4(Claude Code 経由)が重いコード読み取り・編集・検証を実行することで、Codex のメインスレッドのトークン消費を抑えることを目的とします(適切なタスクで約40–60% 削減を想定)。利用者は Codex Desktop の拡張や統合を行う開発者・運用者です。 主な機能: - DeepSeek V4 を用いた実際のコーディング作業のバックグラウンド実行 - 非同期操作ツール(start/get/tail/wait/cancel)と同期の小変更用コマンド - 長時間の思考セッション対応、ジョブの状態・変更ファイル・スナップショット差分・チェック結果を返す - インストール・認証・環境検査用の setup / doctor を提供 - スコープされた Claude Code 権限を利用、DeepSeek キーをローカルに保存可能 要件:Node.js 20+、Claude Code CLI、DeepSeek API キー。ローカルでのソースモードや npx 経由での利用が可能で、MCP は単体の DeepSeek クライアントではなくローカルの Claude Code ランチャーを含みます。利用時はタスクを狭く定義し、ジョブ中の過剰なログ参照を避ける運用が推奨されます。
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-07 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 14:18 |
Similar repos (same language)
在Codex中调用Claude code
sky791016/lean-ai-dev-team8-agent Claude Code skill powered by Lean AI Methodology (精益AI方法论) · Kai Shi
bullish0x/goal-ccGive Claude Code a durable objective and it won't stop until the work is done — budgets, deadlines, notes, and a Stop-hook guard in a single file with no dependencies.
alantriesagain/gaitewayUnified API for agents like Claude Code, Codex, Gemini Cli
aayushostwal/nexusPlugin-first AI terminal workspace for Codex and Claude Code with planning, CI/CD debugging, reusable agents, skills, TODOs, and MCP tool integrations.
ejentum/ejentum-mcpMCP server for the Ejentum Logic API. Exposes the four cognitive harnesses (reasoning, code, anti-deception, memory) as MCP tools any agentic client can call.
yimeixiaobai/wps-claudecode实现 Claude Code 与 WPS 智能文档的双向打通
vraj00222/agent-farmagent-farm is a local dev tool. You give it a list of tasks, it spawns a Git Worktree per task, runs Claude Code inside each one autonomously, then surfaces the diffs for you to review and cherry-pick into main. Zero conflict, full parallelism.