Token导航 LogoToken导航TokenDH.com
Think Plugin logo
AI代理未说明官方级别未说明来源级核验

Think Plugin

MCP Server

一个简单的MCP插件,用于返回提供的思考字符串,适用于代理推理、缓存记忆或在工作流程中“大声思考”。

工具数

1

提示词数

0

GitHub Stars

0

资源数

0
RustClaudeAI代理ClaudeCursorWindsurf

安装说明

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

作者 / 组织

hyper-mcp-rs

提供方

hyper-mcp-rs

最后核验

2026/5/17 20:22

快速接入

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

详细介绍

思考

一个简单的MCP插件,返回提供的思维字符串。适用于代理推理、缓存内存,或者当你想在工作流中“大声思考”时。

它做什么

需要一个 thought 参数(字符串),并简单地将其作为结果返回。无副作用,无日志记录,无数据库或网络调用。

阅读更多关于think工具的信息 这篇博客文章.

用法

致电:

{
  "plugins": [
    {
      "name": "think",
      "path": "oci://ghcr.io/hyper-mcp-rs/think-plugin:latest"
    }
  ]
}

示例

工具调用:

{
  "name": "think",
  "arguments": { "thought": "I should try a different approach." }
}

退货:

"I should try a different approach."

Cursor/Windsurf的示例用法

添加新的光标/风帆规则,如下所示

After any context change (viewing new files, running commands, or receiving tool outputs), use the "think" tool to organize your reasoning before responding.

Specifically, always use the think tool when:
- After examining file contents or project structure
- After running terminal commands or analyzing their outputs
- After receiving search results or API responses
- Before making code suggestions or explaining complex concepts
- When transitioning between different parts of a task

When using the think tool:
- List the specific rules or constraints that apply to the current task
- Check if all required information is collected
- Verify that your planned approach is correct
- Break down complex problems into clearly defined steps
- Analyze outputs from other tools thoroughly
- Plan multi-step approaches before executing them

The think tool has been proven to improve performance by up to 54% on complex tasks, especially when working with multiple tools or following detailed policies.

目录标签

目录标签

RustClaudeAI代理代理推理本地部署缓存记忆工作流程辅助

支持客户端

ClaudeCursorWindsurf

接入字段

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

未说明

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

none

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

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

0

权限和风险

未说明none部署方式未说明

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

安装前确认

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

仍需确认:installCommand

来源信息

继续浏览同类 MCP