# Sequential Thinking MCP

> Perform dynamic, reflective sequential reasoning for complex problem-solving. Use when user needs to break down problems step-by-step, plan with revision, or maintain multi-step reasoning context.

- Skill: `makabakaxy/sequential-thinking-mcp` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add makabakaxy/sequential-thinking-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/makabakaxy/sequential-thinking-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: makabakaxy (https://skillmd.com/u/makabakaxy)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/makabakaxy/sequential-thinking-mcp

---


# sequential-thinking-mcp (via mcp2cli)

Dynamic sequential reasoning through adaptive, revisable thought steps.

## Shortcuts

- `mcp2cli sequential-thinking <cmd>`

## Commands

### Think
| Command | Description | Example | Ref |
|---|---|---|---|
| `mcp2cli sequential-thinking think` | Execute a sequential thinking step | `mcp2cli sequential-thinking think --thought "Analyze the problem scope" --thought-number 1 --total-thoughts 5 --next-thought-needed true`<br>`mcp2cli sequential-thinking think --thought "Revise approach based on findings" --thought-number 3 --total-thoughts 5 --next-thought-needed false` | [ref](reference/think.md) |

## Discover Parameters

Append `--help` to any command for full parameter list:

    mcp2cli sequential-thinking think --help

> **Note**: Use Ref links in the Commands table above to view detailed parameter reference and more examples.

## User Notes

> **MUST READ** [users/skill.md](users/skill.md) for custom workflows and tips.
> **Config**: MCP server settings live in `~/.agents/mcp2cli/servers.yaml` - edit there to take effect.

