Sequential Thinking MCP Server
by arben-adm
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
sequential_thinking | 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. Each thought can build on, question, or revise previous insights as understanding deepens. Args: thought: Your current thinking step thought_number: Current thought number in sequence total_thoughts: Current estimate of thoughts needed next_thought_needed: Whether another thought step is needed is_revision: Whether this revises previous thinking revises_thought: Which thought is being reconsidered branch_from_thought: Branching point thought number branch_id: Branch identifier needs_more_thoughts: If more thoughts are needed |