Skip to main content
Glama
harshpreet931

Long Reasoning MCP Server

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!

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/harshpreet931/longReasoningMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server