Sequential Thinking
메타데이터
| 항목 | 값 |
|---|---|
| 패키지명 | @modelcontextprotocol/server-sequential-thinking |
| Transport | stdio |
| 카테고리 | utility |
| 설치 방식 | npx -y @modelcontextprotocol/server-sequential-thinking |
| 필수 환경변수 | 없음 |
| 선택 환경변수 | 없음 |
| 공식 문서 | https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking |
| 최근 검증일 | 2026-03-07 |
설정 스니펫
{
"mcpServers": {
"sequential-thinking": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
}
}
제공 도구
| 도구명 | 설명 | Claude Code 호출 |
|---|---|---|
sequentialthinking | 단계적 사고 프로세스 실행 | mcp__sequential-thinking__sequentialthinking |
사용 사례
- 복잡한 아키텍처 설계 시 단계적 분석
- 디버깅에서 근본 원인 분석 (5 Whys 등)
- 다단계 의사결정 프로세스
- 리팩토링 전략 수립
주의사항
- 사고 과정을 구조화하는 도구로, 외부 데이터를 가져오지 않음
- 복잡한 문제를 여러 단계로 나누어 순차적으로 처리
- 각 단계의 결과를 다음 단계의 입력으로 활용