Content
1{
2 "mcpServers": {
3 "sequential-thinking": {
4 "command": "npx",
5 "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
6 }
7 }
8}
9
10// ── How it works ─────────────────────────────────────────────────────────────
11// Provides a single `sequentialthinking` tool that structures reasoning into
12// numbered thought steps with support for branching, revision, and hypothesis
13// testing. Helps Claude break down complex problems methodically.
14//
15// ── Best for ─────────────────────────────────────────────────────────────────
16// - Multi-step debugging sessions
17// - Architecture decisions with trade-offs
18// - Tasks requiring explicit reasoning chains
19// - Problems where you want Claude to "show its work"
20