MCP.so
Sign In

MCP Think Tool Server

@DannyMac180

About MCP Think Tool Server

An MCP server implementing the think tool for Claude

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

DannyMac180

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.,

Comments

More Other MCP servers