Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Long Reasoning MCP Serverexplain quantum entanglement step by step"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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!
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.