# 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 mcp add kiennd/reference-servers

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

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

# Call a tool
npx -y smithery 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 tool get kiennd/reference-servers <tool-name>
```

---

License: MIT
