Overview
Features
Think tool implementation
Implements the 'think' tool as described by Anthropic, enabling an AI to pause and record a thought during complex reasoning or multi-step tool use.
Minimal, standards-based MCP server
A lightweight MCP server built on mcp[cli], ensuring compatibility with MCP standards.
Environment-neutral logging
Does not modify the environment or database; appends thoughts to a log for traceability and analysis.
LLM-ready integration
Designed for easy integration with Claude or other agentic LLMs.
Advanced mode with extra tools
In advanced mode, adds criticize, plan, and search to enhance reasoning workflows.
Configurable server settings
Configurable via MCP server settings with command, args, enabled and optional env blocks for customization.
Thought input and behavioral logging
Tool input is a thought string; behavior is to append the thought to the log.
Anthropic-based reference
Based on the Anthropic think tool concept and related engineering blog.
Who Is This For?
- AI developers:Integrate think tool into agent workflows to enable structured reasoning.
- LLM developers:Integrate think tool with Claude or other LLMs to enable think logging.
- Policy engineers:Use to verify policy compliance during reasoning in sensitive environments.




