# Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add smithery-ai/server-sequential-thinking

# Browse available tools
npx -y @smithery/cli@latest tool list smithery-ai/server-sequential-thinking

# Get full schema for a tool
npx -y @smithery/cli@latest tool get smithery-ai/server-sequential-thinking sequentialthinking

# Call a tool
npx -y @smithery/cli@latest tool call smithery-ai/server-sequential-thinking sequentialthinking '{}'
```

## Direct MCP Connection

Endpoint: `https://server-sequential-thinking--smithery-ai.run.tools`

**Optional config:**
- `debug` (query) — Enable debug logging

## 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 smithery-ai/server-sequential-thinking <tool-name>
```

---

Source: https://github.com/smithery-ai/mcp-servers/tree/main/sequentialthinking | License: MIT
