claude-consult-mcp

Chao-Shiun/claude-consult-mcp
★ 0 stars TypeScript AI/LLM Updated 3d ago
MCP server that lets OpenAI Codex consult local Claude Code for co-analysis, second opinions, and read-only file review.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-consult-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Chao-Shiun/claude-consult-mcp"
      ]
    }
  }
}

README Excerpt

Let OpenAI Codex (CLI and desktop app) consult your local **Claude Code** while it analyzes problems: co-analysis, adversarial second opinions, and read-only file review — over the Model Context Protocol. Claude is **advisory only** by design: it reads files and researches the web, but it can never modify anything. Implementation always stays with Codex.

Tools (20)

CLAUDE_CONSULT_ALLOWED_MODELSCLAUDE_CONSULT_ALLOWED_TOOLSCLAUDE_CONSULT_CAPABILITYCLAUDE_CONSULT_CLAUDE_BINCLAUDE_CONSULT_GATE_LOGCLAUDE_CONSULT_GATE_MODELCLAUDE_CONSULT_JOURNAL_DIRCLAUDE_CONSULT_LOG_LEVELCLAUDE_CONSULT_MAX_BUDGET_USDCLAUDE_CONSULT_MAX_CONCURRENCYCLAUDE_CONSULT_MAX_EFFORTCLAUDE_CONSULT_MAX_THINKING_TOKENSCLAUDE_CONSULT_MODELCLAUDE_CONSULT_TIMEOUT_MSask_claudeclaude_consult_historyclaude_continueclaude_debate_openclaude_debate_replyclaude_gate_findings