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.
Related MCP server: Think Tool MCP Server
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 biasesCasos 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-toolConfiguració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)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn 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.131MIT
- AlicenseAqualityDmaintenanceOfficial 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.126126MIT
- FlicenseAqualityDmaintenanceAn MCP server implementation of Anthropic's Think Tool prompt engineering technique that enables Claude to break down complex problems and enhance its reasoning capabilities by providing a simple tool that echoes back thoughts.12
- AlicenseNot gradedqualityDmaintenanceProvides a 'think' tool that allows Claude and other LLMs to add dedicated thinking steps during complex tool use scenarios, creating space for structured reasoning and improving problem-solving capabilities.MIT
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support.
Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cgize/claude-mcp-think-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server