Claude Think MCPServer

DJBuildIt
GitHub
AIReasoningDevelopment

Loading subscription status...

💡 Description

This MCP (Model Context Protocol) tool enables Claude's explicit thinking mode with Cursor, allowing for a step-by-step reasoning process to be observed.

📝 JSON Entries

{
  "mcpServers": [
    {
      "claude-think-tool": {
        "env": {},
        "args": [
          "$HOME/claude-think-tool/think-tool.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

CursorNode.js

Features

  • Enables explicit reasoning mode
  • Supports step-by-step reasoning process
  • Works with Node.js and Cursor

💬 Example Queries

  • think What is the computational complexity of quicksort?
  • think How to improve the performance of a neural network?