# thinking-toolkit

## Thinking Toolkit

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add elbpr/thinking-toolkit

# Browse available tools
npx -y @smithery/cli@latest tool list elbpr/thinking-toolkit

# Get full schema for a tool
npx -y @smithery/cli@latest tool get elbpr/thinking-toolkit list_techniques

# Call a tool
npx -y @smithery/cli@latest tool call elbpr/thinking-toolkit list_techniques '{}'
```

## Direct MCP Connection

Endpoint: `https://thinking-toolkit--elbpr.run.tools`

## Tools (4)

- `list_techniques` — List all 12 thinking techniques with their descriptions and trigger feelings. Use this first to understand what's avail…
- `diagnose` — Describe what you're stuck on and this tool will diagnose the type of stuck-ness, recommend the best thinking technique…
- `get_technique` — Load the full methodology for a specific thinking technique by its ID. Use list_techniques first to see available IDs, …
- `get_thinking_toolkit` — Load the master Thinking Toolkit — the diagnostic router that maps stuck-types to techniques. Contains the full decisio…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get elbpr/thinking-toolkit <tool-name>
```
