Long Reasoning MCP Server
# Long Reasoning MCP Server
[](https://www.npmjs.com/package/long-reasoning-mcp)
[](https://github.com/harshpreet931/longReasoningMCP)
[](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
Scored across 1 tool
Only one tool exists, so there is no ambiguity. The tool 'sequentialthinking' has a unique and clear purpose focused on deep reasoning.
With a single tool, naming consistency is perfect. The name 'sequentialthinking' follows a clear camelCase convention and accurately describes its function.
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.
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.