Skip to content
VS Code

Sequential Thinking for VS Code

io.github.modelcontextprotocol/server-sequential-thinking

Reference server that gives a model a structured scratchpad for step-by-step problem solving, with revision and branching of earlier thoughts.

client:VS Code transport:stdio runtime:npm tools:1

Install Sequential Thinking in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Sequential Thinking in other clients