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-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 -123PythonMIT 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 -11,226117TypeScript
- AsecurityAlicenseAqualityA 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 -11,22619TypeScriptMIT License
- AsecurityFlicenseAqualityAn 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 -11TypeScript