/ Annuaire / Playground / Claude Octopus
● Communauté nyldn 🔑 Nécessite votre clé

Claude Octopus

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

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

prêt

Installer

Choisissez votre client

~/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
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Claude Octopus

Multi-model design review

👤 Claude Code users ⏱ ~15 min intermediate

Quand l'utiliser : You're about to commit to an architecture and want a second (and third, and fourth) opinion.

Déroulement
  1. Brief
    Provide the design doc + question.✓ Copié
    → Octopus dispatches to N models
  2. Read disagreements
    Skim only where models disagree.✓ Copié
    → Real risks surface
  3. Decide
    Resolve disagreements with a focused follow-up.✓ Copié
    → Documented decision

Résultat : Decision made with explicit awareness of where models disagree.

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

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✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
octopus-run (see docs) Dispatch to N model providers 1 call

Coût et limites

Coût d'exécution

Quota d'API
Per-provider limits
Tokens par appel
N × normal
Monétaire
Pay-per-call across providers
Astuce
Set the cost cap; use cheap models for the panel and one premium

Sécurité

Permissions, secrets, portée

Portées minimales : multi-provider keys
Stockage des identifiants : API keys per provider in env
Sortie de données : Each configured provider
Ne jamais accorder : ship customer data through every provider blindly — review egress

Dépannage

Erreurs courantes et correctifs

One provider 401s

Octopus continues with the rest; log shows which key

Alternatives

Claude Octopus vs autres

AlternativeQuand l'utiliserCompromis
Single-model with self-critiqueCost-sensitiveMisses provider-specific blindspots

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills