Thinking Patterns MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sequential_thinkingC | A detailed tool for dynamic and reflective problem-solving through thoughts. This tool helps analyze problems through a flexible thinking process that can adapt and evolve. |
| mental_modelD | Tool for creating and analyzing mental models to understand complex problems and systems. |
| debugging_approachC | Systematic debugging methodologies for troubleshooting and problem resolution. |
| stochastic_algorithmA | Probabilistic algorithms for decision-making under uncertainty, including MDPs, MCTS, and Bayesian optimization. |
| collaborative_reasoningC | Multi-perspective collaborative problem solving with diverse personas and structured contributions. |
| decision_frameworkC | Structured decision analysis and rational choice frameworks for complex decisions. |
| metacognitive_monitoringD | Self-assessment of knowledge and reasoning quality for improved metacognition. |
| scientific_methodC | Formal hypothesis testing and experimentation following the scientific method. |
| structured_argumentationC | Dialectical reasoning and argument analysis for structured debates and logical reasoning. |
| visual_reasoningC | Diagram-based thinking and problem solving with visual elements and transformations. |
| domain_modelingB | Creating and refining conceptual models of a domain, including entities, relationships, and rules. |
| problem_decompositionC | Breaking down complex problems into manageable sub-problems and tasks. |
| critical_thinkingC | Systematic evaluation of arguments, assumptions, and potential issues to improve reasoning quality. |
| recursive_thinkingC | Applying recursive strategies to solve problems with base and recursive cases, including optimizations. |
| temporal_thinkingB | Modeling systems and reasoning across time using states, events, and transitions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
Each tool targets a distinct thinking pattern or reasoning approach, with clear definitions that prevent overlap. Even closely related tools like mental_model and domain_modeling are differentiated by focus on internal representations versus external conceptual models.
All tool names follow a consistent snake_case pattern with a descriptive prefix followed by a thinking-related noun (e.g., collaborative_reasoning, critical_thinking, debugging_approach). No mixing of conventions or ambiguous verb choices.
With 15 tools, the set is comprehensive for a thinking patterns server, though some tools like recursive_thinking and stochastic_algorithm might be considered niche. However, each tool serves a distinct purpose and justifies its inclusion.
The tools cover a wide range of reasoning techniques including collaborative, critical, logical, temporal, and visual methods. Minor gaps exist (e.g., creative thinking or dialectical reasoning beyond structured_argumentation), but the set is largely complete for systematic problem-solving.