Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Think Mcp

    MCP Server for reasoning

    79 stars
    Python
    Updated Oct 31, 2025

    Table of Contents

    • What is the "think" tool?
    • Features
    • Usage
    • MCP server configuration
    • Tool definition
    • Advanced mode
    • Reference
    • License

    Table of Contents

    • What is the "think" tool?
    • Features
    • Usage
    • MCP server configuration
    • Tool definition
    • Advanced mode
    • Reference
    • License

    Documentation

    Think MCP Tool

    Think MCP is an implementation of an MCP (Model Context Protocol) server that provides a "think" tool for structured reasoning in agentic AI workflows. This project is inspired by the Anthropic engineering article: The "think" tool: Enabling Claude to stop and think in complex tool use situations.

    According to the referenced article, adding the think tool can lead to improved evaluation metrics by enabling reasoning capabilities even in models that do not natively possess advanced reasoning skills.

    alt text

    What is the "think" tool?

    The "think" tool allows an AI agent to pause and record an explicit thought during complex reasoning or multi-step tool use. It does not change the environment or database, but appends the thought to the log, helping the agent process information, backtrack, or comply with detailed policies.

    This approach is especially useful for:

    • Tool output analysis (processing results of previous tool calls)
    • Policy-heavy environments (verifying compliance with guidelines)
    • Sequential decision making (where each step builds on previous ones)

    Features

    • Implements the "think" tool as described in Anthropic's research
    • Minimal, standards-based MCP server using [mcp[cli]](https://pypi.org/project/mcp/)
    • Ready for integration with Claude or other agentic LLMs

    Usage

    MCP server configuration

    Add this MCP server to your facorite agent.

    code
    "mcpServers": {
        "think-mcp": {
            "command": "uvx",
            "args": ["think-mcp"],
            "enabled": true
        }
    }

    Tool definition

    The "think" tool is defined as:

    • Input: thought (string) — A thought to think about.
    • Behavior: Appends the thought to the log for structured reasoning.

    Advanced mode

    Adds aditional tools for your agent:

    • criticize
    • plan
    • search
    code
    "mcpServers": {
        "think-mcp": {
            "command": "uvx",
            "args": ["think-mcp", "--advanced"],
            "enabled": true,
            "env": {
                "TAVILY_API_KEY": ... YOUR TAVILY API KEY HERE ...
            }
        }
    }

    Reference

    • Based on: Anthropic Engineering Blog — The "think" tool

    License

    MIT License — see LICENSE

    Similar MCP

    Based on tags & features

    • AS

      Aseprite Mcp

      Python·
      92
    • IS

      Isaac Sim Mcp

      Python·
      83
    • FH

      Fhir Mcp Server

      Python·
      55
    • PL

      Playwright Plus Python Mcp

      Python·
      154

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AS

      Aseprite Mcp

      Python·
      92
    • IS

      Isaac Sim Mcp

      Python·
      83
    • FH

      Fhir Mcp Server

      Python·
      55
    • PL

      Playwright Plus Python Mcp

      Python·
      154

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k