Skip to main content
Glama

MCP Think Tool Server

MCP シンクツールサーバー

Claude の複雑な推論能力を向上させるための「think」ツールを実装する Model Context Protocol (MCP) サーバー。

概要

このMCPサーバーは、Anthropicのブログ記事で説明されている「think」ツールを実装しており、複雑な問題解決タスクにおいて構造化された思考のための専用スペースをClaudeに提供します。thinkツールは、長いツール呼び出しの連鎖においてポリシーの遵守と推論を必要とする複雑なタスクにおいて、パフォーマンスを大幅に向上させることが実証されています。

特徴

  • 構造化された思考スペース:クロードに複雑な問題を分解するための専用の場所を提供します

インストール

npxで実行

npx -y think-tool-mcp

手動インストール

npm install -g think-tool-mcp

カーソル上で実行

カーソルの設定 🖥️ 注: カーソルバージョン 0.45.6 以上が必要です

カーソルでThink Tool MCPを構成するには:

  1. カーソル設定を開く
  2. 機能 > MCPサーバーへ移動
  3. 「+新しいMCPサーバーを追加」をクリックします
  4. 以下を入力してください:
    • 名前: 「think-tool-mcp」(またはお好みの名前)
    • タイプ:「コマンド」
    • コマンド: npx -y think-tool-mcp

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

複雑な問題解決タスク中に構造化された思考のための専用スペースを Claude に提供し、推論能力の向上を支援するモデル コンテキスト プロトコル サーバー。

  1. 概要
    1. 特徴
      1. インストール
        1. npxで実行
        2. 手動インストール
        3. カーソル上で実行

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that allows Claude to create flashcards for Rember, helping users study and remember information through spaced repetition reviews.
        Last updated -
        88
        16
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that allows Claude Desktop to manage and execute tasks in a queue-based system, supporting planning, execution, and completion phases.
        Last updated -
        322
        2
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that bridges Claude with Google Tasks, allowing users to manage task lists and tasks directly through Claude interface.
        Last updated -
        5
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.
        Last updated -
        15
        1
        TypeScript
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhinav-mangla/think-tool-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server