iiRecord
Agentic AI Atlas · MCP Sequential Thinking
tool-server:mcp-sequential-thinkinga5c.ai
II.
ToolServer JSON

tool-server:mcp-sequential-thinking

Structured · live

MCP Sequential Thinking json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/extended-mcp-servers.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-sequential-thinking",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/extended-mcp-servers.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "MCP Sequential Thinking",
    "description": "MCP server providing a structured sequential thinking scratchpad. Enables AI agents to break down complex problems into ordered reasoning steps with revision and branching support. Supports stdio transport.",
    "protocol": "mcp",
    "category": "ai",
    "repoUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking",
    "npmPackage": "@modelcontextprotocol/server-sequential-thinking",
    "maintainer": "Anthropic",
    "mcpTransports": [
      "mcp-transport:stdio"
    ],
    "tools": [
      "tool-descriptor:sequentialthinking.sequentialthinking"
    ],
    "sourceRef": "source-ref:mcp-servers-registry"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-sequential-thinking",
      "to": "tool-descriptor:sequentialthinking.sequentialthinking",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sequential-thinking",
      "to": "extension-interface:orchestration",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sequential-thinking",
      "to": "capability:supports-mcp",
      "kind": "requires_capability",
      "attributes": {
        "level": "required"
      }
    },
    {
      "from": "tool-server:mcp-sequential-thinking",
      "to": "source-ref:mcp-servers-registry",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sequential-thinking",
      "to": "capability:requires-tool-approval",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "partial",
        "notes": "Local in-process scratchpad — approval only at install time."
      }
    },
    {
      "from": "tool-server:mcp-sequential-thinking",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-descriptor:sequentialthinking.sequentialthinking",
      "to": "tool-server:mcp-sequential-thinking",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "scope-boundary:mcp-sequential-thinking.scope",
      "to": "tool-server:mcp-sequential-thinking",
      "kind": "bounds_subject"
    }
  ]
}