Token导航 LogoToken导航TokenDH.com
Claude MCP Think Tool logo
运维云端stdio官方级别未说明来源级核验

Claude MCP Think Tool

MCP Server

@smithery/cli

MCP Think Tool Server是一个实现Anthropic的'think'工具的服务器,用于提升Claude在复杂推理任务中的表现。

工具数

4

提示词数

0

GitHub Stars

39

资源数

0
JavaScriptClaude云端部署Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

cgize

提供方

cgize

最后核验

2026/5/17 20:21

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @smithery/cli install @cgize/claude-mcp-think-tool --client claude

详细介绍

MCP思维工具服务器

](https://smithery.ai/server/@cgize/claude-mcp-think-tool)

一种实现模型上下文协议(MCP)的服务器 “思考”工具 以提高克劳德的复杂推理能力。

概述

这个MCP服务器实现了Anthropic的“思考”工具,该工具为克劳德在复杂的问题解决任务中提供了一个专门的结构化思维空间。如所述 Anthropic的博客文章,think工具已被证明可以显著提高需要在长链工具调用中遵守策略和推理的复杂任务的性能。

客户指令

将这些自定义指令添加到Claude中,以优化其对think工具的使用:

You have access to a "think" tool that provides a dedicated space for structured reasoning. Using this tool significantly improves your performance on complex tasks. 

## When to use the think tool 
Before taking any action or responding to the user after receiving tool results, use the think tool as a scratchpad to: 
- List the specific rules that apply to the current request 
- Check if all required information is collected 
- Verify that the planned action complies with all policies 
- Iterate over tool results for correctness 
- Analyze complex information from web searches or other tools 
- Plan multi-step approaches before executing them 

## How to use the think tool effectively 
When using the think tool: 
1. Break down complex problems into clearly defined steps 
2. Identify key facts, constraints, and requirements 
3. Check for gaps in information and plan how to fill them 
4. Evaluate multiple approaches before choosing one 
5. Verify your reasoning for logical errors or biases

关键用例

  • 复杂的工具链:当Claude需要调用复杂的工具并仔细分析输出时
  • 政策遵守:用于在具有详细指南的策略密集型环境中导航
  • 顺序决策:当每一步都建立在以前的基础上,错误代价高昂时
  • 多步分析:将复杂问题分解为可管理的步骤

安装

通过Smithery安装

通过以下方式自动安装克劳德桌面版Think Tool Server 史密瑟里:

npx -y @smithery/cli install @cgize/claude-mcp-think-tool --client claude

手动安装

npm install -g @cgize/mcp-think-tool

配置

将此配置添加到MCP配置文件中:

{
  "mcpServers": {
    "think-tool": {
      "command": "npx",
      "args": [
        "-y",
        "@cgize/mcp-think-tool"
      ],
      "type": "stdio",
      "pollingInterval": 30000,
      "startupTimeout": 30000,
      "restartOnFailure": true
    }
  }
}

配置文件位置:

  • C:\Users\[username]\AppData\Roaming\Claude\claude_desktop_config.json

如果全局安装,您还可以使用:

{
  "mcpServers": {
    "think-tool": {
      "command": "claude-mcp-think-tool",
      "args": [],
      "type": "stdio",
      "pollingInterval": 30000,
      "startupTimeout": 30000,
      "restartOnFailure": true
    }
  }
}

可用工具

  • 思考:记录解决问题过程中的结构化推理
  • 获取想法:检索所有记录的想法
  • 清晰的想法:重置思维过程
  • get_thought_stats:分析思维模式

示例提示

Using the think tool, solve this multi-step problem:

A train travels at a constant speed of 60 km/h. It departs from station A at 9:00 AM and arrives at station B at 11:30 AM. What is the distance between stations A and B?

许可证

麻省理工学院

目录标签

目录标签

JavaScriptClaude云端部署复杂推理混合部署可托管政策遵循多步分析决策支持AI工具

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

4

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP