Structured Thinking icon

Structured Thinking

Enables LLMs to programmatically construct mind maps while enforcing metacognitive self-reflection.

About

This TypeScript server, based on the Model Context Protocol (MCP), empowers LLMs to explore idea spaces by building mind maps programmatically. It incorporates metacognitive self-reflection through thought quality scoring and stage-based feedback, guiding the LLM's thinking process and encouraging exploration of different reasoning paths. The server manages short-term and long-term memory of thoughts, allowing for summarization and retrieval of relevant ideas, and enables branching to explore multiple solutions concurrently.

Key Features

  • Enforces metacognitive feedback to guide LLM thinking.
  • Assigns quality scores to thoughts based on content and stage.
  • Supports thought branching for parallel exploration of ideas.
  • Uses configurable stages to manage the lifecycle of the LLM's thinking process
  • Maintains short-term and long-term memory for thought retrieval and summarization.
  • 2 GitHub stars

Use Cases

  • Enabling LLMs to generate and refine ideas in a structured manner.
  • Facilitating LLM-driven brainstorming sessions.
  • Guiding LLMs through complex problem-solving tasks.