Rai220/think-mcp
Enhances any agent's reasoning capabilities by integrating the think-tools, as described in [Anthropic's article](https://www.anthropic.com/engineering/claude-think-tool).
Quick Start
Clone the repository:
git clone https://github.com/Rai220/think-mcpClaude Desktop configuration example:
{
"mcpServers": {
"think-mcp": {
"command": "npx",
"args": [
"-y",
"Rai220/think-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.