/ Diretório / Playground / Claude Octopus
● Comunidade nyldn 🔑 Requer sua chave

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 que usar

Principais recursos

Demo ao vivo

Como fica na prática

pronto

Instalar

Escolha seu 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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Claude Octopus

Multi-model design review

👤 Claude Code users ⏱ ~15 min intermediate

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

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

Combinações

Combine com outros MCPs para 10× de alavancagem

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

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
octopus-run (see docs) Dispatch to N model providers 1 call

Custo e limites

O que custa rodar

Cota de API
Per-provider limits
Tokens por chamada
N × normal
Monetário
Pay-per-call across providers
Dica
Set the cost cap; use cheap models for the panel and one premium

Segurança

Permissões, segredos, alcance

Escopos mínimos: multi-provider keys
Armazenamento de credenciais: API keys per provider in env
Saída de dados: Each configured provider
Nunca conceda: ship customer data through every provider blindly — review egress

Solução de problemas

Erros comuns e correções

One provider 401s

Octopus continues with the rest; log shows which key

Alternativas

Claude Octopus vs. outros

AlternativaQuando usarTroca
Single-model with self-critiqueCost-sensitiveMisses provider-specific blindspots

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills