Skip to main content
Glama

MCP Think Tool

by DannyMac180

MCP Think Tool Server

클로드의 복잡한 추론 능력을 향상시키기 위한 "생각" 도구를 구현한 모델 컨텍스트 프로토콜(MCP) 서버입니다.

개요

이 MCP 서버는 Anthropic의 블로그 게시물 에 설명된 "think" 도구를 구현합니다. 이 도구는 Claude에게 복잡한 문제 해결 작업 중에 체계적인 사고를 위한 전용 공간을 제공합니다. think 도구는 정책 준수 및 긴 도구 호출 체인에서의 추론을 요구하는 복잡한 작업에서 성능을 크게 향상시키는 것으로 나타났습니다.

특징

  • 구조화된 사고 공간 : 클로드에게 복잡한 문제를 분석할 수 있는 전담 공간을 제공합니다.
  • 생각의 역사 : 참고를 위해 타임스탬프와 함께 모든 생각의 기록을 유지합니다.
  • 통계 및 분석 : 사고 패턴에 대한 메타데이터 제공
  • 클린 슬레이트 옵션 : 새로 시작할 때 생각 기록을 지울 수 있습니다.

설치

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 DesktopCursor 에서 테스트 및 작동되었습니다.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

'생각' 도구를 구현한 MCP 서버는 클로드에게 복잡한 문제 해결 과제 동안 체계적인 사고를 위한 전용 공간을 제공하여 추론 능력을 향상시킵니다.

  1. 개요
    1. 특징
      1. 설치
        1. 구성
          1. 윈드서핑
          2. 도커

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          An adaptation of the MCP Sequential Thinking Server designed to guide tool usage in problem-solving. This server helps break down complex problems into manageable steps and provides recommendations for which MCP tools would be most effective at each stage.
          Last updated -
          1
          714
          172
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A 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.
          Last updated -
          525
          1
          TypeScript
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          An advanced MCP server that implements sophisticated sequential thinking using a coordinated team of specialized AI agents (Planner, Researcher, Analyzer, Critic, Synthesizer) to deeply analyze problems and provide high-quality, structured reasoning.
          Last updated -
          124
          Python
          • Linux
          • Apple
        • -
          security
          -
          license
          -
          quality
          An 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.
          Last updated -
          1
          TypeScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/DannyMac180/mcp-think-tool'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server