Cursor Claude Think MCPServer

DJBuildIt
GitHub
MCPAIReasoning

Loading subscription status...

💡 Description

This MCP (Model Context Protocol) tool enables Claude's explicit thinking mode in Cursor, allowing the user to observe Claude's step-by-step reasoning process. You can enter a query by prefixing it with 'think', prompting Claude to provide detailed reasoning before giving the final answer.

📝 JSON Entries

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

🛠️ Tools

Cursor

Features

  • Enables explicit thinking mode for Claude
  • Step-by-step reasoning process

💬 Example Queries

  • think What is the computational complexity of quicksort?