whynowlab/jarvis-orb
by Various
See AI thinking in real time — 3D orb that visualizes Claude Code reasoning. Free, open-source MCP server
MCP
whynowlab/jarvis-orb
Added 1 June 2026
Overview
A free, open-source MCP server that visualizes Claude Code reasoning in a 3D orb. It streams the model's internal thought process in real time, giving developers a spatial view of how the AI arrives at its outputs.
Best for
Best for
Developers using Claude Code who want to see and understand its reasoning process in real time.
Use cases
- Debugging Claude Code's reasoning chain during code generation
- Monitoring AI decision-making in real time for transparency
- Understanding model thought patterns to improve prompt design
How to use
Install
curl -fsSL https://raw.githubusercontent.com/thestack-ai/jarvis-orb/main/install.sh | bash Tools exposed
memory_savememory_searchmemory_verifyentity_createentity_updateentity_queryentity_relate
Tested with
Claude Code, Cursor, Windsurf
Example client config
{\n "mcpServers": {\n "jarvis-brain": {\n "command": "python3",\n "args": ["-m", "jarvis_brain.mcp_server"],\n "env": {\n "PYTHONPATH": "~/.jarvis-orb/lib:~/.jarvis-orb"\n }\n }\n }\n} Notes
A free, open-source MCP server that visualizes Claude Code reasoning in a 3D orb. It streams the model’s internal thought process in real time, giving developers a spatial view of how the AI arrives at its outputs.
6 stars on GitHub. Last updated 2026-04-28. Licensed MIT.
Use cases
- Debugging Claude Code’s reasoning chain during code generation
- Monitoring AI decision-making in real time for transparency
- Understanding model thought patterns to improve prompt design
Pros
- Open-source and free with no usage limits
- Provides real-time visual insight into AI reasoning
- Lightweight MCP server that integrates easily with Claude Code
Cons
- Very early stage with only 6 GitHub stars and minimal community
- Limited to Claude Code and requires an MCP server setup
- Visualization may not scale well for complex or long reasoning chains
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open-source and free with no usage limits
- Provides real-time visual insight into AI reasoning
- Lightweight MCP server that integrates easily with Claude Code
Cons
- Very early stage with only 6 GitHub stars and minimal community
- Limited to Claude Code and requires an MCP server setup
- Visualization may not scale well for complex or long reasoning chains
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.