MCP.so
登录

MCP Think Tool Server

@DannyMac180

关于 MCP Think Tool Server

An MCP server implementing the think tool for Claude

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

DannyMac180

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "think": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "mcp-think-tool"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Think Tool Server?

MCP Think Tool Server implements the "think" tool for improving Claude's complex reasoning capabilities. It provides a dedicated space for structured thinking, thought history with timestamps, and thinking statistics during problem-solving.

How to use MCP Think Tool Server?

Install via pip install mcp-think-tool or using the provided Dockerfile. Add the server to your MCP configuration (e.g.,

评论

其他 分类下的更多 MCP 服务器