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.
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]
- Ready for integration with Claude or other agentic LLMs
Usage
MCP server configuration
Add this MCP server to your facorite agent.
"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
"mcpServers": {
"think-mcp": {
"command": "uvx",
"args": ["think-mcp", "--advanced"],
"enabled": true,
"env": {
"TAVILY_API_KEY": ... YOUR TAVILY API KEY HERE ...
}
}
}
Reference
License
MIT License — see LICENSE
Think MCP Tool
Project Details
- Rai220/think-mcp
- MIT License
- Last Updated: 4/16/2025
Recomended MCP Servers
This read-only MCP Server allows you to connect to HCL Domino data from Claude Desktop through CData JDBC...
🎃自定义Clash代理规则的方案
Simple solution to give Claude ability to check current time via MCP
A Model Context Protocol (MCP) server that lets you create notes in Flomo directly through AI chat interactions...
mcp demo for https://modelcontextprotocol.io/quickstart/server

An MCP server for interacting with Sentry via LLMs.
A Model Context Protocol (MCP) server that provides comprehensive access to LinkedIn data and functionalities using the HorizonDataWave...
WildFly MCP server and other tooling to integrate WildFly in AI space
A collection of pre-defined filesystem structures tailored for various use cases, from personal organization to development environments. Ideal...
Servidor MCP para consulta de CEPs usando a API ViaCEP, compatível com Goose como extensão local.
A Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.