# Sequential Thinking Tools

Guide your problem-solving process by breaking down complex tasks into manageable steps. Receive intelligent tool recommendations tailored to each stage, complete with confidence scores and rationale…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add xinzhongyouhai/mcp-sequentialthinking-tools

# Browse available tools
npx -y @smithery/cli@latest tool list xinzhongyouhai/mcp-sequentialthinking-tools

# Get full schema for a tool
npx -y @smithery/cli@latest tool get xinzhongyouhai/mcp-sequentialthinking-tools sequentialthinking_tools

# Call a tool
npx -y @smithery/cli@latest tool call xinzhongyouhai/mcp-sequentialthinking-tools sequentialthinking_tools '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-sequentialthinking-tools--xinzhongyouhai.run.tools`

## Tools (1)

- `sequentialthinking_tools` — 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 xinzhongyouhai/mcp-sequentialthinking-tools <tool-name>
```

---

Source: https://github.com/xinzhongyouhai/mcp-sequentialthinking-tools | License: MIT
