MCP Think Tool
MCP シンクツールサーバー
Claude の複雑な推論能力を向上させるための「think」ツールを実装する Model Context Protocol (MCP) サーバー。
概要
このMCPサーバーは、Anthropicのブログ記事で説明されている「think」ツールを実装しており、複雑な問題解決タスクにおいて、構造化された思考のための専用スペースをClaudeに提供します。thinkツールは、長いツール呼び出しの連鎖においてポリシーの遵守と推論を必要とする複雑なタスクにおいて、パフォーマンスを大幅に向上させることが実証されています。
Related MCP server: MCP Think Tool Server
特徴
構造化された思考スペース:クロードに複雑な問題を分解するための専用の場所を提供します
思考履歴: タイムスタンプ付きのすべての思考のログを参照用に保持します
統計と分析:思考パターンに関するメタデータを提供します
クリーンスレートオプション: 新しく始めるときに思考履歴を消去できます
インストール
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 DesktopとCursorでテストされ動作しました
This server cannot be deployed
Maintenance
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Cloud-hosted MCP server for durable AI memory
Related MCP Servers
- AlicenseAqualityDmaintenanceA 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.117 npm25MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that provides Claude with a dedicated space for structured thinking during complex problem-solving tasks, helping improve its reasoning capabilities.113 npm16MIT
- FlicenseAqualityDmaintenanceAn 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.12-
- AlicenseBqualityFmaintenanceAn 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.1107MIT
Appeared in Searches
- Tools and frameworks for thinking about software development
- Slow thinking, distributed thinking, and reasoning abilities research
- A server for finding information about step-by-step thinking and slow thinking methodologies
- Tools for slow thinking, step-back reasoning, and contextual memory capabilities
- General search for 'think' - potentially ideas, concepts, or thoughts