/ Directorio / Playground / mcp-server-mas-sequential-thinking
● Comunidad FradSer ⚡ Instantáneo

mcp-server-mas-sequential-thinking

por FradSer · FradSer/mcp-server-mas-sequential-thinking

Six specialized agents (factual, critical, optimistic, creative, emotional, synthesis) tackle your problem from different angles and combine their takes — exposed as one MCP tool.

A multi-agent 'de Bono six hats' thinking process built on the Agno framework. Each agent uses a distinct cognitive style; a synthesis agent merges the analyses. Significantly more tokens than single-agent thinking (5-10x) but better for ambiguous strategic decisions. Optional Exa web search for agents that need grounding.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

server-mas-sequential-thinking.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "server-mas-sequential-thinking": {
      "command": "uvx",
      "args": [
        "mcp-server-mas-sequential-thinking"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "server-mas-sequential-thinking": {
      "command": "uvx",
      "args": [
        "mcp-server-mas-sequential-thinking"
      ],
      "_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": {
    "server-mas-sequential-thinking": {
      "command": "uvx",
      "args": [
        "mcp-server-mas-sequential-thinking"
      ],
      "_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": {
    "server-mas-sequential-thinking": {
      "command": "uvx",
      "args": [
        "mcp-server-mas-sequential-thinking"
      ],
      "_inferred": true
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "server-mas-sequential-thinking",
      "command": "uvx",
      "args": [
        "mcp-server-mas-sequential-thinking"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "server-mas-sequential-thinking": {
      "command": {
        "path": "uvx",
        "args": [
          "mcp-server-mas-sequential-thinking"
        ]
      }
    }
  }
}

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

claude mcp add server-mas-sequential-thinking -- uvx mcp-server-mas-sequential-thinking

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

Casos de uso

Usos del mundo real: mcp-server-mas-sequential-thinking

Stress-test a strategic decision with six perspectives

👤 Founders, PMs facing non-obvious tradeoffs ⏱ ~15 min intermediate

Cuándo usarlo: You're debating something hard ('raise now or bootstrap?', 'kill the feature?') and want sharper internal debate than single-agent brainstorming.

Requisitos previos
  • LLM API key (DeepSeek recommended for cost) — platform.deepseek.com
Flujo
  1. Frame the question
    sequentialthinking: Should we raise a Series A now at $20M post to extend runway 24 months, or bootstrap further and raise at a likely higher valuation in 12 months? Here's our context: [facts]✓ Copiado
    → Six-agent analysis + synthesis recommendation
  2. Interrogate the synthesis
    The synthesis recommends X. What's the weakest point in that reasoning? Have the critical agent push harder.✓ Copiado
    → Sharper critique

Resultado: A well-rounded, written-down analysis you can share with co-founders.

Errores comunes
  • Token cost explosion on long context — Keep the framing tight — 200-500 words of context; agents multiply it 6x
  • Synthesis can average to mush — Pass the recommendation back through with decide between options A and B, don't hedge

Have the critical and emotional agents red-team your plan

👤 Anyone shipping a risky plan ⏱ ~10 min beginner

Cuándo usarlo: You drafted a launch plan and want the critical + emotional agents specifically to pressure-test it.

Flujo
  1. Submit the plan
    sequentialthinking with focus on critical + emotional: Here's my launch plan [paste]. Find the three biggest risks and the three emotional reactions customers will have.✓ Copiado
    → Two-perspective analysis

Resultado: Risks you hadn't noticed; emotional reactions to prepare for.

Errores comunes
  • Using this for simple yes/no questions wastes tokens — Reserve for multi-faceted decisions; use regular Claude for simple ones

Brainstorm with the creative agent grounded in real web data

👤 Content strategists, product people ⏱ ~15 min intermediate

Cuándo usarlo: You need ideas that aren't just from the model's training data — agents should search the web for current angles.

Requisitos previos
  • Exa API key — exa.ai — separate subscription
Flujo
  1. Enable Exa
    Set EXA_API_KEY in env. Run sequentialthinking on: 'novel marketing angles for a local bakery in 2026'. Let creative + factual agents search the web.✓ Copiado
    → Grounded ideas with citations

Resultado: Current, defensible creative angles.

Errores comunes
  • Exa search cost on top of LLM cost — Cap agent search budget via Exa rate limits

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

server-mas-sequential-thinking + notion

Save the six-agent analysis as a decision doc

Run sequentialthinking on this strategic question, then create a Notion page in 'Decision Log' with all agent outputs and the synthesis.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
sequentialthinking prompt: str, perspectives?: str[], model?: str Multi-faceted questions that benefit from different cognitive modes 5-10x single-agent tokens

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
Bounded by your LLM provider quota
Tokens por llamada
5-10x a single-agent call — easily 20k-80k tokens per invocation
Monetario
DeepSeek is cheap (~$0.14/M input); with Anthropic Opus expect $1-3 per invocation
Consejo
Default to DeepSeek; only use Opus for the synthesis step via dual-model config.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: LLM_PROVIDER_API_KEY + optional EXA_API_KEY in env vars
Salida de datos: Your prompts go to 6 agents' worth of LLM calls + optional Exa searches

Resolución de problemas

Errores comunes y soluciones

Very slow / timeout

6 agents running sequentially = 30-60s. Increase client timeout to 120s+.

OPENAI_API_KEY / DEEPSEEK_API_KEY not found

Set the env var matching your chosen provider. Config file selects the provider.

Output inconsistent between runs

Stochastic by design — lower temperature or fix seed if your LLM supports it.

Alternativas

mcp-server-mas-sequential-thinking vs otros

AlternativaCuándo usarlaContrapartida
Native sequential-thinking MCP (official)You want single-agent chain-of-thought without the multi-agent costSimpler, faster, cheaper; less diverse output
Direct use of Agno frameworkYou want to customize the agent rolesNot an MCP; code-first

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills