Enables LLMs to programmatically construct mind maps while enforcing metacognitive self-reflection.
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.