alex-radaev/claude-panel
A real-time context dashboard and ambient screensaver for Claude Code
Platform-specific configuration:
{
"mcpServers": {
"claude-panel": {
"command": "npx",
"args": [
"-y",
"claude-panel"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <h1 align="center">Claude Panel</h1> <p align="center"> Claude Code gets its own screen — it decides what you need to see </p> </p>
<p align="center"> <a href="https://www.python.org/downloads/"></a> <a href="https://github.com/alex-radaev/claude-panel/blob/main/LICENSE"></a> <a href="https://github.com/alex-radaev/claude-panel/stargazers"></a> </p>
<p align="center"></p> <p align="center"><em>Main screen (Claude's content) → Status dashboard → Ambient screensaver</em></p>
---
Claude Panel is a persistent TUI that sits next to your Claude Code terminal. Claude autonomously updates the panel with whatever it thinks matters — code it just wrote, a diagram, next steps, or a mood emoji. A structured dashboard tracks the current task, files changed, and key decisions, refreshing after every response. And when you're between tasks, ambient terminal screensavers keep the vibe going.
| Screen | Managed by | What it shows | |--------|-----------|---------------| | Main | Claude | Whatever Claude thinks is useful right now — code snippets, explanations, diagrams, progress checklists, mood emoji. Full creative control. | | Status | Claude (AI curator) | Structured dashboard: current task, files changed, decisions made. Auto-updates after every response. | | Ambient | You | Terminal screensaver of your choice. Plays when nothing else needs your attention. |
Claude manages the content, you manage the screensaver. The main and status screens update automatically — Claude reads the conversation, decides what's worth pinning on screen, and writes it.
Loading reviews...