# Clear Thought 1.5

[FINAL UPDATE]

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get waldzellai/clear-thought clear_thought

# Call a tool
npx -y @smithery/cli@latest tool call waldzellai/clear-thought clear_thought '{}'
```

## Direct MCP Connection

Endpoint: `https://clear-thought--waldzellai.run.tools`

**Optional config:**
- `maxHistorySize` (query) — Maximum number of thoughts to retain per session (FIFO eviction). Unlimited if not specified.
- `disableThoughtLogging` (query) — Disable thought output to stderr (useful for production deployments)

## Tools (2)

- `clear_thought` — A detailed tool for dynamic and reflective problem-solving through thoughts.
- `reset_session` — Reset thought history and branches for a specific session or all sessions.

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

## Prompts (1)

- `think-start` (problem) — Analyze your problem and set up the first thought with the right reasoning pattern

---

Source: https://github.com/waldzellai/clearthought-onepointfive | License: MIT
