MCP Hub
Back to servers

longReasoningMCP

A specialized MCP server that enables AI models to perform extended, sequential Chain of Thought reasoning for complex problem-solving tasks.

Tools
1
Updated
Oct 14, 2025

Long Reasoning MCP Server

npm version GitHub License: MIT

A production-ready Model Context Protocol (MCP) server implementing Chain of Thought methodology for super long, complex reasoning tasks. Extended Sequential Thinking.

Links:

Installation

npm install -g long-reasoning-mcp

Or use directly with npx (no installation required):

npx long-reasoning-mcp

Configuration

Configure Your AI Client with MCP

Using npx (recommended):

{
  "mcpServers": {
    "long-reasoning": {
      "command": "npx",
      "args": [
        "-y",
        "long-reasoning-mcp"
      ]
    }
  }
}

Using local installation:

{
  "mcpServers": {
    "long-reasoning": {
      "command": "node",
      "args": [
        "/path/to/longThinking/dist/index.js"
      ]
    }
  }
}

Restart your AI client and the longreasoning tool will be available!

Reviews

No reviews yet

Sign in to write a review