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

コメント

「その他」の他のコンテンツ