/ Directorio / Playground / Claude Octopus
● Comunidad nyldn 🔑 Requiere tu clave

Claude Octopus

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

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

listo

Instalar

Elige tu cliente

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

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Claude Octopus

Multi-model design review

👤 Claude Code users ⏱ ~15 min intermediate

Cuándo usarlo: You're about to commit to an architecture and want a second (and third, and fourth) opinion.

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

Resultado: Decision made with explicit awareness of where models disagree.

Combinaciones

Combínalo con otros MCPs para multiplicar por 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✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
octopus-run (see docs) Dispatch to N model providers 1 call

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
Per-provider limits
Tokens por llamada
N × normal
Monetario
Pay-per-call across providers
Consejo
Set the cost cap; use cheap models for the panel and one premium

Seguridad

Permisos, secretos, alcance

Ámbitos mínimos: multi-provider keys
Almacenamiento de credenciales: API keys per provider in env
Salida de datos: Each configured provider
No conceder nunca: ship customer data through every provider blindly — review egress

Resolución de problemas

Errores comunes y soluciones

One provider 401s

Octopus continues with the rest; log shows which key

Alternativas

Claude Octopus vs otros

AlternativaCuándo usarlaContrapartida
Single-model with self-critiqueCost-sensitiveMisses provider-specific blindspots

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills