Install mcp-sequentialthinking-tools from npm
Install exact version 0.1.0. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact mcp-sequentialthinking-tools@0.1.0An adaptation of the MCP Sequential Thinking Server designed to guide tool usage in problem-solving. This server helps break down complex problems into manageable steps and provides recommendations for which MCP tools would be most effective at each stage
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 0.1.0. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact mcp-sequentialthinking-tools@0.1.0| Canonical slug | mcp-sequentialthinking-tools-44b25b73 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | npm:mcp-sequentialthinking-tools | Repository | spences10/mcp-sequentialthinking-tools |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| npm | mcp-sequentialthinking-tools | 0.1.0 | 6 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| npmmcp-sequentialthinking-tools | 0.1.0Current | Sep 5, 2026 | 3 toolsSucceeded · 0 resources · 1 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
clear_thinking_historyClear recorded sequential-thinking history for one session or all sessions.Input schema{
"type": "object",
"properties": {
"session_id": {
"type": "string",
"description": "History bucket to clear"
},
"all_sessions": {
"type": "boolean",
"description": "Clear every history bucket"
}
},
"required": [],
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
get_thinking_historyReturn recorded thoughts for a session. Use this to inspect or resume prior reasoning.Input schema{
"type": "object",
"properties": {
"session_id": {
"type": "string",
"description": "History bucket to inspect"
},
"branch_id": {
"type": "string",
"description": "Optional branch filter"
},
"limit": {
"type": "number",
"minimum": 1,
"maximum": 500,
"description": "Maximum records to return; default 50"
}
},
"required": [],
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
sequentialthinking_toolsRecord one step of sequential reasoning. Optionally include available_tools and recommended_tools; recommendations are validated, not generated, by this server.Input schema{
"type": "object",
"properties": {
"session_id": {
"type": "string",
"description": "Optional history bucket. Defaults to \"default\"."
},
"thought": {
"type": "string",
"description": "Current thinking step"
},
"thought_number": {
"type": "number",
"minimum": 1,
"description": "Current thought number"
},
"total_thoughts": {
"type": "number",
"minimum": 1,
"description": "Current estimate of total thoughts needed"
},
"next_thought_needed": {
"type": "boolean",
"description": "Whether another thought is needed"
},
"is_revision": {
"type": "boolean",
"description": "Whether this revises a thought"
},
"revises_thought": {
"type": "number",
"minimum": 1,
"description": "Thought revised"
},
"branch_from_thought": {
"type": "number",
"minimum": 1,
"description": "Thought number this branch starts from"
},
"branch_id": {
"type": "string",
"description": "Branch identifier"
},
"needs_more_thoughts": {
"type": "boolean",
"description": "Set when the estimate was too low"
},
"available_tools": {
"type": "array",
"items": {
"anyOf": [
{
"type": "string",
"description": "Tool name"
},
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Tool name"
},
"description": {
"type": "string",
"description": "Brief tool description"
}
},
"required": [
"name"
]
}
]
},
"description": "Optional tool names/descriptions used only to validate recommendations"
},
"recommended_tools": {
"type": "array",
"items": {
"type": "object",
"properties": {
"tool_name": {
"type": "string",
"description": "Name of the tool being recommended"
},
"confidence": {
"type": "number",
"minimum": 0,
"maximum": 1,
"description": "Optional 0-1 confidence score"
},
"rationale": {
"type": "string",
"description": "Why this tool may help"
},
"priority": {
"type": "number",
"minimum": 1,
"description": "Optional execution order hint"
},
"suggested_inputs": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {},
"description": "Optional suggested tool arguments"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
},
"description": "Alternative tool names"
}
},
"required": [
"tool_name"
]
},
"description": "Optional tool plan authored by the model; validated if available_tools is supplied"
},
"remaining_steps": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional high-level remaining steps"
}
},
"required": [
"thought",
"thought_number",
"total_thoughts",
"next_thought_needed"
],
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
sequential-thinking-guidanceUse sequentialthinking_tools as a lightweight scratchpad without pretending it performs reasoning for you.
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: npm install --save-exact mcp-sequentialthinking-tools@0.1.0
mcp-sequentialthinking-tools MCP Server exposed 3 tools during independent protocol observation, including clear_thinking_history, get_thinking_history, sequentialthinking_tools.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Curated product and capability guides containing this catalog record.