Skip to main content
Glama
harshpreet931

Long Reasoning MCP Server

README.md
# Long Reasoning MCP Server

[![npm version](https://img.shields.io/npm/v/long-reasoning-mcp.svg)](https://www.npmjs.com/package/long-reasoning-mcp)
[![GitHub](https://img.shields.io/badge/GitHub-harshpreet931%2FlongReasoningMCP-blue)](https://github.com/harshpreet931/longReasoningMCP)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

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

**Links:**
- [npm Package](https://www.npmjs.com/package/long-reasoning-mcp)
- [GitHub Repository](https://github.com/harshpreet931/longReasoningMCP)

## Installation

```bash
npm install -g long-reasoning-mcp
```

Or use directly with npx (no installation required):

```bash
npx long-reasoning-mcp
```

## Configuration

### Configure Your AI Client with MCP

**Using npx (recommended):**

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

**Using local installation:**

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

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

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no ambiguity. The tool 'sequentialthinking' has a unique and clear purpose focused on deep reasoning.

Naming Consistency5/5

With a single tool, naming consistency is perfect. The name 'sequentialthinking' follows a clear camelCase convention and accurately describes its function.

Tool Count3/5

One tool is borderline thin for a server named 'Long Reasoning MCP Server', as it lacks supporting tools for tasks like data retrieval or output formatting. However, the single tool is highly specialized and well-documented.

Completeness4/5

The tool extensively covers the reasoning lifecycle with features like branching, revision, and hypothesis verification. Minor gaps exist in areas like non-sequential reasoning or integration with external data, but overall it is comprehensive for its domain.

Maintenance

ActivityInactive
ResponsivenessNo issues