tot

derekkinzo/tot
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
Tree of Thoughts MCP Server — structured hypothesis reasoning with MECE decomposition and real-time visualization
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tot": {
      "command": "npx",
      "args": [
        "-y",
        "derekkinzo/tot"
      ]
    }
  }
}

README Excerpt

Tree of Thoughts MCP Server — structured hypothesis reasoning with MECE decomposition and real-time visualization. An MCP server that gives AI agents a structured hypothesis tree for systematic problem-solving. Instead of linear reasoning that gets lost in rabbit holes, agents: 1. **Decompose** problems into MECE (Mutually Exclusive, Collectively Exhaustive) hypotheses

Tools (13)

TOT_DATA_DIRTOT_PORTTOT_STAGNATION_THRESHOLDadd_evidenceadd_hypothesisconfirm_hypothesiscreate_treedecomposeeliminate_hypothesisget_statusget_treescore_hypothesisvalidate_decomposition