Promptly-Technologies-LLC/mcp-structured-thinking
If you are the rightful owner of mcp-structured-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.
Structured Thinking MCP Server is a TypeScript-based server that allows LLMs to construct mind maps programmatically, facilitating metacognitive self-reflection.
Tools
Functions exposed to the LLM to take actions
capture_thought
Stores a new thought in memory and in the thought history and runs a pipeline to classify the thought, return metacognitive feedback, and retrieve relevant thoughts.
revise_thought
Revises a thought in memory and in the thought history.
retrieve_relevant_thoughts
Finds thoughts from long-term storage that share tags with the specified thought.
get_thinking_summary
Generate a comprehensive summary of the entire thinking process.
clear_thinking_history
Clear all recorded thoughts and reset the server state.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client