arben-adm/mcp-sequential-thinking
mcp-sequential-thinking is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of mcp-sequential-thinking and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that facilitates structured, progressive thinking through defined stages.
Try mcp-sequential-thinking with chat:
Tools
Functions exposed to the LLM to take actions
process_thought
Add a sequential thought with its metadata.
Args:
thought: The content of the thought
thought_number: The sequence number of this thought
total_thoughts: The total expected thoughts in the sequence
next_thought_needed: Whether more thoughts are needed after this one
stage: The thinking stage (Problem Definition, Research, Analysis, Synthesis, Conclusion)
tags: Optional keywords or categories for the thought
axioms_used: Optional list of principles or axioms used in this thought
assumptions_challenged: Optional list of assumptions challenged by this thought
ctx: Optional MCP context object
Returns:
dict: Analysis of the processed thought
generate_summary
Generate a summary of the entire thinking process.
Returns:
dict: Summary of the thinking process
clear_history
Clear the thought history.
Returns:
dict: Status message
export_session
Export the current thinking session to a file.
Args:
file_path: Path to save the exported session
Returns:
dict: Status message
import_session
Import a thinking session from a file.
Args:
file_path: Path to the file to import
Returns:
dict: Status message
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client