A VS Code and Cursor extension to visualize and track the @modelcontextprotocol/server-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 are generated
This extension works seamlessly with both:
- ✅ Visual Studio Code (v1.85.0+)
- ✅ Cursor IDE
Since Cursor is built on VS Code, the extension uses the same API and provides identical functionality in both editors.
- Open VS Code or Cursor
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "MCP Sequential Thinking Visualization"
- Click Install
- Clone this repository
- Run
npm install - Run
npm run compile - Press F5 to launch Extension Development Host
- MCP Sequential Thinking: Hello World - Test command to verify extension is working
- Thought tree view in sidebar
- Interactive thought graph visualization
- Real-time MCP server connection
- Thought history and replay
- Export thought trees as markdown or images
- VS Code or Cursor v1.85.0 or higher
- (Optional) MCP server with sequential-thinking capability
This extension contributes the following settings:
Settings will be added as features are implemented
npm installnpm run compilenpm run watchnpm testPress F5 in VS Code/Cursor to launch the extension in debug mode
sequential-thinking-vis/
├── src/
│ ├── extension.ts # Main extension entry point
│ ├── commands/ # Command implementations
│ ├── views/ # Tree/webview providers
│ ├── providers/ # Data providers
│ └── utils/ # Utility functions
├── test/
│ └── suite/ # Test suite
├── resources/
│ └── icons/ # Extension icons
└── out/ # Compiled output
Contributions are welcome! Please feel free to submit a Pull Request.
This is an early development version. Features are being actively developed.
- ✅ Basic extension scaffolding
- ✅ Project structure setup
- ✅ Build and test infrastructure
- 🚧 MCP integration (in progress)
- 🚧 Thought visualization (planned)
MIT
Enjoy visualizing sequential thinking! 🧠✨