MCP 思考工具服务器
模型上下文协议 (MCP) 服务器实现了“思考”工具,用于提高 Claude 的复杂推理能力。
概述
该 MCP 服务器实现了 Anthropic 的“思考”工具,该工具为 Claude 提供了一个专用的空间,用于在复杂的问题解决任务中进行结构化思考。正如Anthropic 的博客文章所述,该思考工具已被证明能够显著提升在需要遵循策略并在长链工具调用中进行推理的复杂任务中的表现。
自定义指令
向 Claude 中添加这些自定义指令,以优化其对思考工具的使用:
关键用例
复杂的工具链:当 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 的“思考”工具,为复杂问题解决任务期间的结构化推理提供专用空间,从而提高推理链和政策遵守的性能。
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 -128MIT 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 -1320119
- 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 -11
- -security-license-qualityImplements Anthropic's 'reasoning' tool as an MCP server for Claude, providing a dedicated scratchpad for structured thinking that dramatically improves performance on complex problem-solving tasks.Last updated -