/ ディレクトリ / プレイグラウンド / Claude Octopus
● コミュニティ nyldn 🔑 自分のキーが必要

Claude Octopus

作者 nyldn · nyldn/claude-octopus

Run up to 8 models in parallel on the same task; surface where they disagree — that's where your blindspot is.

Octopus is a multi-model orchestration skill: define a task, it dispatches to N model providers, then highlights consensus and disagreement. Useful for research, design review, and plan critique where one model can have a confident-but-wrong opinion.

なぜ使うのか

主な機能

ライブデモ

実際の動作

準備完了

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-octopus": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nyldn/claude-octopus"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-octopus": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nyldn/claude-octopus"
      ],
      "_inferred": true
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-octopus": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nyldn/claude-octopus"
      ],
      "_inferred": true
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-octopus": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nyldn/claude-octopus"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-octopus",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/nyldn/claude-octopus"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-octopus": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/nyldn/claude-octopus"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add claude-octopus -- git clone https://github.com/nyldn/claude-octopus

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: Claude Octopus

Multi-model design review

👤 Claude Code users ⏱ ~15 min intermediate

使うタイミング: You're about to commit to an architecture and want a second (and third, and fourth) opinion.

フロー
  1. Brief
    Provide the design doc + question.✓ コピーしました
    → Octopus dispatches to N models
  2. Read disagreements
    Skim only where models disagree.✓ コピーしました
    → Real risks surface
  3. Decide
    Resolve disagreements with a focused follow-up.✓ コピーしました
    → Documented decision

結果: Decision made with explicit awareness of where models disagree.

組み合わせ

他のMCPと組み合わせて10倍の力を

claude-octopus + flow-next-skill

Use Octopus on the proposed plan, then flow-next executes the agreed-on version

Combine claude-octopus with flow-next-skill: Use Octopus on the proposed plan, then flow-next executes the agreed-on version✓ コピーしました

ツール

このMCPが提供する機能

ツール入力呼び出すタイミングコスト
octopus-run (see docs) Dispatch to N model providers 1 call

コストと制限

運用コスト

APIクォータ
Per-provider limits
呼び出しあたりのトークン
N × normal
金額
Pay-per-call across providers
ヒント
Set the cost cap; use cheap models for the panel and one premium

セキュリティ

権限、シークレット、影響範囲

最小スコープ: multi-provider keys
認証情報の保管: API keys per provider in env
データ送信先: Each configured provider
絶対に付与しない: ship customer data through every provider blindly — review egress

トラブルシューティング

よくあるエラーと対処法

One provider 401s

Octopus continues with the rest; log shows which key

代替案

Claude Octopus 他との比較

代替案代わりに使う場面トレードオフ
Single-model with self-critiqueCost-sensitiveMisses provider-specific blindspots

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る