MCP シンクツールサーバー
Claude の複雑な推論能力を向上させるための「think」ツールを実装する Model Context Protocol (MCP) サーバー。
概要
このMCPサーバーは、Anthropicの「think」ツールを実装しており、複雑な問題解決タスクにおいて、構造化された思考のための専用スペースをClaudeに提供します。Anthropicのブログ投稿で説明されているように、thinkツールは、長いツール呼び出しの連鎖においてポリシーの遵守と推論を必要とする複雑なタスクのパフォーマンスを大幅に向上させることが実証されています。
カスタム指示
思考ツールの使用を最適化するには、Claude に次のカスタム命令を追加します。
主なユースケース
- 複雑なツールチェーン: クロードが複雑なツールを呼び出して出力を慎重に分析する必要がある場合
- ポリシー遵守: 詳細なガイドラインに従ってポリシーが重視される環境をナビゲートします
- 逐次的な意思決定:各ステップが前のステップに基づいており、間違いはコストがかかる場合
- 多段階分析:複雑な問題を扱いやすいステップに分解する
インストール
構成
この構成を MCP 構成ファイルに追加します。
構成ファイルの場所:
C:\Users\[username]\AppData\Roaming\Claude\claude_desktop_config.json
グローバルにインストールされている場合は、以下も使用できます。
利用可能なツール
- 考える:問題解決中の構造化された推論を記録する
- get_thoughts : 記録されたすべての考えを取得する
- clear_thoughts : 思考プロセスをリセットする
- get_thought_stats : 思考パターンを分析する
例のプロンプト
ライセンス
マサチューセッツ工科大学
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude に Anthropic の「think」ツールを実装し、複雑な問題解決タスク中に構造化された推論を行うための専用スペースを提供することで、推論チェーンとポリシー遵守のパフォーマンスを向上させます。
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine, allowing Claude to tackle complex multi-step reasoning tasks with greater precision.Last updated -PythonMIT License
- -securityAlicense-qualityAn MCP server that implements the 'think' tool, providing Claude with a dedicated space for structured thinking during complex problem-solving tasks to improve reasoning capabilities.Last updated -48PythonMIT License
- AsecurityFlicenseAqualityOfficial implementation of Anthropic's 'think' tool that provides Claude with a dedicated space for structured reasoning, improving performance by up to 54% on complex tasks requiring multi-step problem solving.Last updated -152537TypeScript
- AsecurityAlicenseAqualityA 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 -3463TypeScriptMIT License