Sequential MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEQUENTIAL_OUTPUT_DIR | Yes | Directory where activity logs are stored | |
| SEQUENTIAL_STORAGE_PATH | Yes | Path to the JSON file where tasks and workflows are stored |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_tasksB | Create one or more tasks with optional dependencies and parent tasks |
| update_taskC | Update an existing task |
| delete_taskB | Delete a task by ID |
| get_taskC | Get a specific task by ID |
| get_subtasksB | Get all subtasks of a parent task |
| list_tasksC | List all tasks or filter by status |
| execute_taskC | Mark a task as completed with a result |
| fail_taskB | Mark a task as failed with an error message |
| mark_in_progressB | Mark a task as in progress |
| reset_taskB | Reset a task back to pending status |
| retry_taskB | Retry a failed task, incrementing retry count |
| get_next_tasksA | Get tasks that are ready to execute (all dependencies completed) |
| can_executeB | Check if a task can be executed based on its dependencies |
| create_workflowB | Create a workflow (group of tasks in sequence) |
| get_workflowB | Get a workflow by ID |
| list_workflowsB | List all workflows |
| delete_workflowC | Delete a workflow by ID |
| start_workflow_executionA | Start execution of a workflow with dependency-aware task initialization. Automatically finds and marks all initially ready tasks as in_progress. Returns runId and list of ready tasks. |
| advance_workflow_runA | Advance a workflow run by finding newly unlocked tasks after tasks are completed/failed. Returns detailed information including completed tasks, failed tasks, newly ready tasks, blocked tasks, workflow status, and a human-readable summary. Supports smart failure handling that only fails the workflow when no paths forward remain (unless continueOnFailure is enabled). |
| get_workflow_runB | Get a workflow run by ID |
| list_workflow_runsB | List all workflow runs |
| get_next_workflow_tasksA | Get tasks that are ready to execute within a specific workflow (dependency-aware). Useful for checking what can be worked on next in a workflow context. |
| get_statsB | Get statistics about tasks and workflows |
| clear_allC | Clear all tasks and workflows |
| save_stateA | Manually save the current state to storage |
| get_versionA | Get the version information of this sequential MCP server |
| cleanup_workflow_runsB | Clean up old workflow runs based on age or count |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/HefnySco/agent_mcp_sequential_thinking'
If you have feedback or need assistance with the MCP directory API, please join our Discord server