/ Каталог / Песочница / mcp-server-mas-sequential-thinking
● Сообщество FradSer ⚡ Сразу

mcp-server-mas-sequential-thinking

автор 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.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

server-mas-sequential-thinking.replay ▶ готово
0/0

Установка

Выберите клиент

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

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "server-mas-sequential-thinking": {
      "command": "uvx",
      "args": [
        "mcp-server-mas-sequential-thinking"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "server-mas-sequential-thinking": {
      "command": "uvx",
      "args": [
        "mcp-server-mas-sequential-thinking"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "server-mas-sequential-thinking": {
      "command": "uvx",
      "args": [
        "mcp-server-mas-sequential-thinking"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

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

Continue использует массив объектов серверов, а не map.

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

Добавьте в context_servers. Zed перезагружается автоматически.

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

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: mcp-server-mas-sequential-thinking

Stress-test a strategic decision with six perspectives

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

Когда использовать: You're debating something hard ('raise now or bootstrap?', 'kill the feature?') and want sharper internal debate than single-agent brainstorming.

Предварительные требования
  • LLM API key (DeepSeek recommended for cost) — platform.deepseek.com
Поток
  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]✓ Скопировано
    → 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.✓ Скопировано
    → Sharper critique

Итог: A well-rounded, written-down analysis you can share with co-founders.

Подводные камни
  • 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

Когда использовать: You drafted a launch plan and want the critical + emotional agents specifically to pressure-test it.

Поток
  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.✓ Скопировано
    → Two-perspective analysis

Итог: Risks you hadn't noticed; emotional reactions to prepare for.

Подводные камни
  • 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

Когда использовать: You need ideas that aren't just from the model's training data — agents should search the web for current angles.

Предварительные требования
  • Exa API key — exa.ai — separate subscription
Поток
  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.✓ Скопировано
    → Grounded ideas with citations

Итог: Current, defensible creative angles.

Подводные камни
  • Exa search cost on top of LLM cost — Cap agent search budget via Exa rate limits

Комбинации

Сочетайте с другими MCP — эффект x10

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.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
sequentialthinking prompt: str, perspectives?: str[], model?: str Multi-faceted questions that benefit from different cognitive modes 5-10x single-agent tokens

Стоимость и лимиты

Во что обходится

Квота API
Bounded by your LLM provider quota
Токенов на вызов
5-10x a single-agent call — easily 20k-80k tokens per invocation
Деньги
DeepSeek is cheap (~$0.14/M input); with Anthropic Opus expect $1-3 per invocation
Совет
Default to DeepSeek; only use Opus for the synthesis step via dual-model config.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: LLM_PROVIDER_API_KEY + optional EXA_API_KEY in env vars
Исходящий трафик: Your prompts go to 6 agents' worth of LLM calls + optional Exa searches

Устранение неполадок

Частые ошибки и исправления

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.

Альтернативы

mcp-server-mas-sequential-thinking в сравнении

АльтернативаКогда использоватьКомпромисс
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

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills