MCP Directory
Back

sequential-thinking-vis

by jslamartina · TypeScript · ★ 0

A VS Code and Cursor extension to visualize and track the [@modelcontextprotocol/server-sequential-thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequential-thinking) process in real-time.

Install

npx -y github:jslamartina/sequential-thinking-vis

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "sequential-thinking-vis": {
      "command": "npx",
      "args": [
        "-y",
        "github:jslamartina/sequential-thinking-vis"
      ]
    }
  }
}

From the README

A VS Code and Cursor extension to visualize and track the [@modelcontextprotocol/server-sequential-thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequential-thinking) process in real-time. 🧠 **Real-time Thought Tracking** - Watch AI reasoning unfold as it happens 🌳 **Visual Thought Trees** - See the complete structure of sequential thinking processes 🔀 **Branch Visualization** - Track parallel thinking paths and hypothesis exploration 📊 **Progress Metrics** - Monitor thought depth, branches, and revisions ⚡ **Live Updates** - Automatic refresh as new thoughts…
Read full README on GitHub →

Related developer tools servers