CoolFace
Apppublic

mos7136mh/sequential-thinking

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

Sequential Thinking MCP Server (HF Spaces)

An MCP server for dynamic, multi-step problem-solving — ported from the official @modelcontextprotocol/server-sequential-thinking to Python with SSE transport for ChatGPT compatibility.

Connecting from ChatGPT (Developer Mode)

Use the SSE endpoint:

https://mos7136mh-sequential-thinking.hf.space/sse

Messages endpoint:

https://mos7136mh-sequential-thinking.hf.space/messages

Tool: sequentialthinking

Break down complex problems step by step, with support for revisions, branching, and dynamic depth adjustment.

Parameters

ParameterTypeRequiredDescription
thoughtstringYesCurrent thinking step
nextThoughtNeededbooleanYesWhether another step is needed
thoughtNumberintegerYesCurrent thought number
totalThoughtsintegerYesEstimated total thoughts
isRevisionbooleanNoThis revises previous thinking
revisesThoughtintegerNoWhich thought is revised
branchFromThoughtintegerNoBranching point
branchIdstringNoBranch identifier
needsMoreThoughtsbooleanNoMore thoughts needed

Returns

Returns thoughtNumber, totalThoughts, nextThoughtNeeded, branches, and thoughtHistoryLength.

Endpoints

  • GET / — Server info
  • GET /health — Health check
  • GET /sse — SSE session endpoint
  • POST /messages — MCP messages