MCP server providing a 'think' tool for structured reasoning, inspired by Anthropic's Claude 'think' tool. Enables agentic LLMs to pause, log thoughts, and improve multi-step tool use.
Project description
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.
"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.
Reference
License
MIT License — see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file think_mcp-0.1.12.tar.gz.
File metadata
- Download URL: think_mcp-0.1.12.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
931da15be6ebbaf0c59660fac8b7adb7b29be24d4aa9cdd291fc73229f682faf
|
|
| MD5 |
b052258cd18079c843119cac05ce917b
|
|
| BLAKE2b-256 |
6257201b5af94f6898683c8c4c2529c49cec2e797d295e9691217749283af46b
|
File details
Details for the file think_mcp-0.1.12-py3-none-any.whl.
File metadata
- Download URL: think_mcp-0.1.12-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef3be9d4a7dd92c32b4caeb4bd09bea6436b05cfa88836313afd2887d7a9b598
|
|
| MD5 |
c99de059e4bc777dd1085a2e1f269f1d
|
|
| BLAKE2b-256 |
d798e60a87435ad674f7720ea22dae1c870f5c8639bf2d96469b97d14fff5af0
|