Skip to main content
Glama
arben-adm

Sequential Thinking MCP Server

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
process_thoughtB

Add a sequential thought with its metadata.

Args:
    thought: The content of the thought
    thought_number: The sequence number of this thought
    total_thoughts: The total expected thoughts in the sequence
    next_thought_needed: Whether more thoughts are needed after this one
    stage: The thinking stage (Problem Definition, Research, Analysis, Synthesis, Conclusion)
    tags: Optional keywords or categories for the thought
    axioms_used: Optional list of principles or axioms used in this thought
    assumptions_challenged: Optional list of assumptions challenged by this thought
    is_revision: Whether this thought revises an earlier thought
    revises_thought_number: The number of the earlier thought being revised (required if is_revision is true)
    branch_from_thought: The thought number this thought branches from, to explore an alternative path
    branch_id: Identifier for the branch (letters, digits, '-', '_'; max 64 chars; requires branch_from_thought)
    ctx: Optional MCP context object

Returns:
    dict: Analysis of the processed thought
generate_summaryB

Generate a summary of the entire thinking process.

Returns:
    dict: Summary of the thinking process
clear_historyB

Clear the thought history.

Returns:
    dict: Status message
export_sessionB

Export the current thinking session to a file.

Args:
    file_path: Path to save the exported session

Returns:
    dict: Status message
import_sessionC

Import a thinking session from a file.

Args:
    file_path: Path to the file to import

Returns:
    dict: Status 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/arben-adm/mcp-sequential-thinking'

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