MCP server

Sequential Thinking

MCP

A thought tool, so the plan is visible.

Official reasoning server. The model writes steps it can revise, instead of hiding the chain in one blob.

latest·MIT·Updated this month·github.com/modelcontextprotocol/servers·Transport: stdio

Claude CodeCursorDesktop
Scanned

claude_desktop_config.json

{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

By Model Context Protocol

Spec

What the server actually exposes.

  • sequentialthinking

    write

    Append or revise a thought step.

Guardrails

  • Thoughts are in the tool trail
  • Revisable
  • No hidden chain

mcp-sequential-thinking.mcp/tools

Tools

  • sequentialthinking

    Append or revise a thought step.

    write

Last call

{ "ok": true,
  "tool": "sequentialthinking",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.