Sequential Thinking for Cline
io.github.modelcontextprotocol/server-sequential-thinking
Reference server that gives a model a structured scratchpad for step-by-step problem solving, with revision and branching of earlier thoughts.
client:Cline
transport:stdio
runtime:npm
tools:1
Install Sequential Thinking in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"server-sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs