순차적 사고 MCP 서버
구조화된 사고 과정을 통해 역동적이고 성찰적인 문제 해결을 위한 도구를 제공하는 MCP 서버 구현입니다.
특징
복잡한 문제를 관리 가능한 단계로 분해하세요
이해가 깊어짐에 따라 생각을 수정하고 다듬으세요.
추론의 대안 경로로 분기하다
생각의 총 개수를 동적으로 조정합니다.
솔루션 가설 생성 및 검증
도구
순차적 사고
문제 해결 및 분석을 위한 세부적이고 단계별 사고 과정을 촉진합니다.
입력:
thought
(문자열): 현재 생각 단계nextThoughtNeeded
(부울): 다른 사고 단계가 필요한지 여부thoughtNumber
(정수): 현재 생각 번호totalThoughts
(정수): 필요한 총 생각 수 추정isRevision
(부울, 선택 사항): 이것이 이전 생각을 수정하는지 여부revisesThought
(정수, 선택 사항): 어떤 생각이 재고려되고 있는가branchFromThought
(정수, 선택 사항): 분기점 생각 번호branchId
(문자열, 선택 사항): 지점 식별자needsMoreThoughts
(부울, 선택 사항): 더 많은 생각이 필요한 경우
용법
순차적 사고 도구는 다음을 위해 설계되었습니다.
복잡한 문제를 단계별로 분해
수정의 여지를 둔 계획 및 설계
진로 수정이 필요할 수 있는 분석
전체 범위가 처음에는 명확하지 않을 수 있는 문제
여러 단계에 걸쳐 컨텍스트를 유지해야 하는 작업
관련 없는 정보를 필터링해야 하는 상황
구성
Claude Desktop과 함께 사용
claude_desktop_config.json
에 다음을 추가하세요:
엔피엑스
지엑스피1
도커
건물
도커:
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.
Tools
복잡한 문제를 관리 가능한 단계로 나누어 역동적이고 반성적인 문제 해결을 위한 도구를 제공하며, 수정, 분기화, 가설 생성을 지원합니다.
Related MCP Servers
- AsecurityAlicenseAqualityA tool that implements Claude Shannon's problem-solving methodology to help break down complex problems into structured steps including problem definition, constraints, modeling, validation, and implementation.Last updated -11743MIT License
- AsecurityAlicenseAqualityAn enhanced sequential thinking tool optimized for programming tasks that helps break down complex coding problems into structured, self-auditing thought steps with branching and revision capabilities.Last updated -1675223MIT License
- -securityAlicense-qualityProvides a 'think' tool that allows Claude and other LLMs to add dedicated thinking steps during complex tool use scenarios, creating space for structured reasoning and improving problem-solving capabilities.Last updated -MIT License
- -securityAlicense-qualityEnables structured, iterative reasoning for complex problem-solving with features like confidence tracking, revision mechanisms, and branching support. Provides flexible validation and multiple output formats for systematic analysis and decision-making tasks.Last updated -17936MIT License