MCP Think Tool Server
@DannyMac180
About MCP Think Tool Server
An MCP server implementing the think tool for Claude
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"think": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"mcp-think-tool"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Think Tool Server?
MCP Think Tool Server implements the "think" tool for improving Claude's complex reasoning capabilities. It provides a dedicated space for structured thinking, thought history with timestamps, and thinking statistics during problem-solving.
How to use MCP Think Tool Server?
Install via pip install mcp-think-tool or using the provided Dockerfile. Add the server to your MCP configuration (e.g.,
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Nginx UI
0xJackyYet another WebUI for Nginx
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments