# Clear Thought Server

Provide systematic thinking, mental models, and debugging approaches to enhance problem-solving capabilities. Enable structured reasoning and decision-making support for complex problems. Facilitate …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ThinkFar/clear-thought-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list ThinkFar/clear-thought-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ThinkFar/clear-thought-mcp sequentialthinking

# Call a tool
npx -y @smithery/cli@latest tool call ThinkFar/clear-thought-mcp sequentialthinking '{}'
```

## Tools (11)

- `sequentialthinking` — A detailed tool for dynamic and reflective problem-solving through thoughts.
- `mentalmodel` — A tool for applying structured mental models to problem-solving.
- `designpattern` — A tool for applying design patterns to software architecture and implementation.
- `programmingparadigm` — A tool for applying different programming paradigms to solve problems.
- `debuggingapproach` — A tool for applying systematic debugging approaches to solve technical issues.
- `collaborativereasoning` — A detailed tool for simulating expert collaboration with diverse perspectives.
- `decisionframework` — A detailed tool for structured decision analysis and rational choice.
- `metacognitivemonitoring` — A detailed tool for systematic self-monitoring of knowledge and reasoning quality.
- `scientificmethod` — A detailed tool for applying formal scientific reasoning to questions and problems.
- `structuredargumentation` — A detailed tool for systematic dialectical reasoning and argument analysis.
- `visualreasoning` — A tool for visual thinking, problem-solving, and communication.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ThinkFar/clear-thought-mcp <tool-name>
```

---

Source: https://github.com/ThinkFar/clear-thought-mcp
