Skip to main content
Glama

MCP Think Tool

by DannyMac180

MCP シンクツールサーバー

Claude の複雑な推論能力を向上させるための「think」ツールを実装する Model Context Protocol (MCP) サーバー。

概要

このMCPサーバーは、Anthropicのブログ記事で説明されている「think」ツールを実装しており、複雑な問題解決タスクにおいて、構造化された思考のための専用スペースをClaudeに提供します。thinkツールは、長いツール呼び出しの連鎖においてポリシーの遵守と推論を必要とする複雑なタスクにおいて、パフォーマンスを大幅に向上させることが実証されています。

特徴

  • 構造化された思考スペース:クロードに複雑な問題を分解するための専用の場所を提供します
  • 思考履歴: タイムスタンプ付きのすべての思考のログを参照用に保持します
  • 統計と分析:思考パターンに関するメタデータを提供します
  • クリーンスレートオプション: 新しく始めるときに思考履歴を消去できます

インストール

PyPIからインストール:

pip install mcp-think-tool

構成

ウィンドサーフィン

Windsurf の Claude でこのツールを使用するには、MCP 構成ファイルに次の構成を追加します。

"think": { "command": "/home/xxx/.local/bin/mcp-think-tool", "args": [], "type": "stdio", "pollingInterval": 30000, "startupTimeout": 30000, "restartOnFailure": true }

commandフィールドは、pip を使用して Python パッケージをインストールしたディレクトリを指す必要があります。

ドッカー

このMCPサーバーはDockerfileだけでインストールできます

まず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
          A systematic reasoning MCP server implementation for Claude Desktop with beam search and thought evaluation capabilities
          Last updated -
          1
          241
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          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 -
          1
          1,226
          19
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides Claude with a dedicated space for structured thinking during complex problem-solving tasks, helping improve its reasoning capabilities.
          Last updated -
          3
          669
          4
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          An 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.
          Last updated -
          1
          54
          Python
          MIT License

        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