MCP シンクツールサーバー
Claude の複雑な推論能力を向上させるための「think」ツールを実装する Model Context Protocol (MCP) サーバー。
概要
このMCPサーバーは、Anthropicのブログ記事で説明されている「think」ツールを実装しており、複雑な問題解決タスクにおいて、構造化された思考のための専用スペースをClaudeに提供します。thinkツールは、長いツール呼び出しの連鎖においてポリシーの遵守と推論を必要とする複雑なタスクにおいて、パフォーマンスを大幅に向上させることが実証されています。
特徴
- 構造化された思考スペース:クロードに複雑な問題を分解するための専用の場所を提供します
- 思考履歴: タイムスタンプ付きのすべての思考のログを参照用に保持します
- 統計と分析:思考パターンに関するメタデータを提供します
- クリーンスレートオプション: 新しく始めるときに思考履歴を消去できます
インストール
PyPIからインストール:
構成
ウィンドサーフィン
Windsurf の Claude でこのツールを使用するには、MCP 構成ファイルに次の構成を追加します。
command
フィールドは、pip を使用して Python パッケージをインストールしたディレクトリを指す必要があります。
ドッカー
このMCPサーバーはDockerfileだけでインストールできます
まずDockerfileをダウンロードし、そのディレクトリに移動してDockerイメージをビルドします。
次に、MCP構成ファイルに次の構成を追加します。
これはClaude DesktopとCursorでテストされ動作しました
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
「考える」ツールを実装した MCP サーバーは、複雑な問題解決タスク中に構造化された思考を行うための専用スペースをクロードに提供し、推論能力を向上させます。
Related MCP Servers
- AsecurityAlicenseAqualityAn 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 -1714172TypeScriptMIT License
- -securityAlicense-qualityA 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 -5251TypeScriptMIT License
- -securityFlicense-qualityAn 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 -124Python
- -security-license-qualityAn 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 -1TypeScript