Skip to main content
Glama
younis-ali

Sequential Thinking MCP Server

by younis-ali

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sequential_thinkingC
Facilitates a step-by-step thinking process for problem-solving with self-reflection.

Args:
    thought: The current thinking step
    nextThoughtNeeded: Whether another thought step is needed
    thoughtNumber: Current thought number
    totalThoughts: Estimated total thoughts needed
    sessionId: Unique identifier for the thinking session
    isRevision: Whether this revises a previous thought
    revisesThought: Which thought number is being revised
    branchFromThought: Thought number to branch from
    branchId: Identifier for the branch
    needsMoreThoughts: If more thoughts are needed beyond totalThoughts
    reflectionNeeded: Whether to perform self-reflection on the thought
    reflectionStrategy: Type of reflection (e.g., error_analysis)
    performanceFeedback: Feedback on thought effectiveness (e.g., correct/incorrect)

Returns:
    A summary of the current thinking state or an error message

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/younis-ali/sequential-thinking-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server