MCP Think Tool
MCP Think Tool Server
클로드의 복잡한 추론 능력을 향상시키기 위한 "생각" 도구를 구현한 모델 컨텍스트 프로토콜(MCP) 서버입니다.
개요
이 MCP 서버는 Anthropic의 블로그 게시물 에 설명된 "think" 도구를 구현합니다. 이 도구는 Claude에게 복잡한 문제 해결 작업 중에 체계적인 사고를 위한 전용 공간을 제공합니다. think 도구는 정책 준수 및 긴 도구 호출 체인에서의 추론을 요구하는 복잡한 작업에서 성능을 크게 향상시키는 것으로 나타났습니다.
Related MCP server: MCP Think Tool Server
특징
구조화된 사고 공간 : 클로드에게 복잡한 문제를 분석할 수 있는 전담 공간을 제공합니다.
생각의 역사 : 참고를 위해 타임스탬프와 함께 모든 생각의 기록을 유지합니다.
통계 및 분석 : 사고 패턴에 대한 메타데이터 제공
클린 슬레이트 옵션 : 새로 시작할 때 생각 기록을 지울 수 있습니다.
설치
PyPI에서 설치:
지엑스피1
구성
윈드서핑
Windsurf에서 Claude와 함께 이 도구를 사용하려면 MCP 구성 파일에 다음 구성을 추가하세요.
"think": {
"command": "/home/xxx/.local/bin/mcp-think-tool",
"args": [],
"type": "stdio",
"pollingInterval": 30000,
"startupTimeout": 30000,
"restartOnFailure": true
}command 필드는 pip를 사용하여 Python 패키지를 설치한 디렉토리를 가리켜야 합니다.
도커
Dockerfile만으로 이 MCP 서버를 설치할 수 있습니다.
먼저 Dockerfile을 다운로드하고 해당 디렉토리로 이동하여 Docker 이미지를 빌드합니다.
docker build -t mcp-think-tool .그런 다음 다음 구성을 MCP 구성 파일에 추가합니다.
"think": {
"command": "docker",
"args": ["run", "--rm", "-i", "mcp-think-tool"]
}이것은 Claude Desktop 및 Cursor 에서 테스트 및 작동되었습니다.
This server cannot be deployed
Maintenance
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Cloud-hosted MCP server for durable AI memory
Related MCP Servers
- AlicenseAqualityDmaintenanceA minimal MCP Server that provides Claude AI models with the 'think' tool capability, enabling better performance on complex reasoning tasks by allowing the model to pause during response generation for additional thinking steps.117 npm25MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that provides Claude with a dedicated space for structured thinking during complex problem-solving tasks, helping improve its reasoning capabilities.113 npm16MIT
- FlicenseAqualityDmaintenanceAn MCP server implementation of Anthropic's Think Tool prompt engineering technique that enables Claude to break down complex problems and enhance its reasoning capabilities by providing a simple tool that echoes back thoughts.12-
- AlicenseBqualityFmaintenanceAn MCP server that provides a "think" tool enabling structured reasoning for AI agents, allowing them to pause and record explicit thoughts during complex tasks or multi-step tool use.1107MIT
Appeared in Searches
- Tools and frameworks for thinking about software development
- Slow thinking, distributed thinking, and reasoning abilities research
- A server for finding information about step-by-step thinking and slow thinking methodologies
- Tools for slow thinking, step-back reasoning, and contextual memory capabilities
- General search for 'think' - potentially ideas, concepts, or thoughts