long-reasoning-mcp
v0.1.2
Published
MCP server for super long reasoning
Maintainers
Readme
Long Reasoning MCP Server
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-mcpOr use directly with npx (no installation required):
npx long-reasoning-mcpConfiguration
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!
