Sequential Thinking MCP Server - Forked to Support SSE
About
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. It helps break down complex problems into manageable steps, revise and refine thoughts, branch into alternative reasoning paths, and generate…
Details
- Author
- light4
- Downloads
- 238
- Categories
- Other
Jump to
- Break down complex problems into manageable steps
- Revise and refine thoughts as understanding deepens
- Branch into alternative paths of reasoning
- Adjust total number of thoughts dynamically
- Generate and verify solution hypotheses
- Supports SSE transport for streaming communication
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Sequential Thinking MCP Server - Forked to Support SSECommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure it with Claude Desktop by adding an entry to claude_desktop_config.json either via npx (@modelcontextprotocol/server-sequential-thinking) or Docker (mcp/sequentialthinking). The tool sequential_thinking is invoked with thought inputs and parameters.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sequential thinking mcp server - forked to support sse": {
"mcp-server-sequentialthinking": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/sequentialthinking",
"-f",
"src/sequentialthinking/Dockerfile",
"."
]
}
}
}
}
McpServers
{
"mcp-server-sequentialthinking": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/sequentialthinking",
"-f",
"src/sequentialthinking/Dockerfile",
"."
]
}
}
Sequential Thinking MCP Server - Forked to Support SSE
Forked from <https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking>
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



