MCP Think Tool Server

Servidor de herramientas MCP Think

Un servidor de Protocolo de Contexto Modelo (MCP) que implementa la herramienta "pensar" para mejorar las capacidades de razonamiento complejo de Claude.

Descripción general

Este servidor MCP implementa la herramienta "think" de Anthropic, que proporciona a Claude un espacio dedicado al pensamiento estructurado durante tareas complejas de resolución de problemas. Como se describe en la entrada del blog de Anthropic , se ha demostrado que la herramienta "think" mejora significativamente el rendimiento en tareas complejas que requieren cumplimiento de políticas y razonamiento en largas cadenas de llamadas a herramientas.

Instrucciones personalizadas

Agregue estas instrucciones personalizadas a Claude para optimizar el uso de la herramienta de pensamiento:

You have access to a "think" tool that provides a dedicated space for structured reasoning. Using this tool significantly improves your performance on complex tasks. ## When to use the think tool Before taking any action or responding to the user after receiving tool results, use the think tool as a scratchpad to: - List the specific rules that apply to the current request - Check if all required information is collected - Verify that the planned action complies with all policies - Iterate over tool results for correctness - Analyze complex information from web searches or other tools - Plan multi-step approaches before executing them ## How to use the think tool effectively When using the think tool: 1. Break down complex problems into clearly defined steps 2. Identify key facts, constraints, and requirements 3. Check for gaps in information and plan how to fill them 4. Evaluate multiple approaches before choosing one 5. Verify your reasoning for logical errors or biases

Casos de uso clave

  • Cadenas de herramientas complejas : cuando Claude necesita llamar a herramientas complejas y analizar los resultados cuidadosamente
  • Adherencia a políticas : para navegar en entornos con políticas pesadas con pautas detalladas
  • Toma de decisiones secuencial : cuando cada paso se basa en los anteriores y los errores son costosos
  • Análisis de varios pasos : dividir problemas complejos en pasos manejables

Instalación

npm install -g @cgize/mcp-think-tool

Configuración

Agregue esta configuración a su archivo de configuración de MCP:

{ "mcpServers": { "think-tool": { "command": "npx", "args": [ "-y", "@cgize/mcp-think-tool" ], "type": "stdio", "pollingInterval": 30000, "startupTimeout": 30000, "restartOnFailure": true } } }

Ubicación del archivo de configuración:

  • C:\Users\[username]\AppData\Roaming\Claude\claude_desktop_config.json

Si se instala globalmente, también puedes usar:

{ "mcpServers": { "think-tool": { "command": "claude-mcp-think-tool", "args": [], "type": "stdio", "pollingInterval": 30000, "startupTimeout": 30000, "restartOnFailure": true } } }

Herramientas disponibles

  • pensar : Registrar el razonamiento estructurado durante la resolución de problemas
  • get_thoughts : Recupera todos los pensamientos registrados
  • clear_thoughts : Restablecer el proceso de pensamiento
  • get_thought_stats : Analiza patrones de pensamiento

Ejemplo de mensaje

Using the think tool, solve this multi-step problem: A train travels at a constant speed of 60 km/h. It departs from station A at 9:00 AM and arrives at station B at 11:30 AM. What is the distance between stations A and B?

Licencia

Instituto Tecnológico de Massachusetts (MIT)

You must be authenticated.

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Implementa la herramienta 'think' de Anthropic para Claude, proporcionando un espacio dedicado al razonamiento estructurado durante tareas complejas de resolución de problemas que mejoran el desempeño en las cadenas de razonamiento y la adherencia a las políticas.

  1. Overview
    1. Custom Instructions
      1. Key Use Cases
        1. Installation
          1. Configuration
            1. Available Tools
              1. Example Prompt
                1. License

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    Enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine, allowing Claude to tackle complex multi-step reasoning tasks with greater precision.
                    Last updated -
                    Python
                    MIT License
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An MCP server that implements the 'think' tool, providing Claude with a dedicated space for structured thinking during complex problem-solving tasks to improve reasoning capabilities.
                    Last updated -
                    48
                    Python
                    MIT License
                    • Linux
                    • Apple
                  • A
                    security
                    F
                    license
                    A
                    quality
                    Official implementation of Anthropic's 'think' tool that provides Claude with a dedicated space for structured reasoning, improving performance by up to 54% on complex tasks requiring multi-step problem solving.
                    Last updated -
                    1
                    525
                    37
                    TypeScript
                    • Apple
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol server that provides Claude with a dedicated space for structured thinking during complex problem-solving tasks, helping improve its reasoning capabilities.
                    Last updated -
                    3
                    21
                    1
                    TypeScript
                    MIT License

                  View all related MCP servers

                  ID: js5y6ruvbx