# Sequential Thinking

Facilitate dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps and revise thoughts as understanding deepens, allowing for a…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kiennd/reference-servers

# Browse available tools
npx -y @smithery/cli@latest tool list kiennd/reference-servers

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kiennd/reference-servers sequentialthinking

# Call a tool
npx -y @smithery/cli@latest tool call kiennd/reference-servers sequentialthinking '{}'
```

## Tools (1)

- `sequentialthinking` — A detailed tool for dynamic and reflective problem-solving through thoughts.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kiennd/reference-servers <tool-name>
```

---

Source: https://github.com/kiennd/reference-servers/tree/main/./src/sequentialthinking | License: MIT
