← Discover MCPs and Agents
m
MCPAI & MLGitHub

multi-cli-session-dashboard

A self-hosted dashboard for browsing and continuing local Claude Code, Codex CLI, and GitHub Copilot CLI sessions.

Links

README

From the repo.

CLI Session Dashboard

A self-hosted dashboard for browsing and continuing local AI CLI sessions

License: MIT Node.js Zero Dependencies

Documentation / 文档

🇬🇧 English · 🇨🇳 中文


Highlights / 亮点

FeatureDescription功能
Multi-source historyBrowse Claude, Codex, and Copilot sessions in one UI在一个界面里浏览 Claude / Codex / Copilot 会话
Draft sessionsStart new sessions from a selected project and send the first prompt from the browser选中项目后可在浏览器中创建新会话并发送首条消息
Live interactionStream status, tool events, and model replies into the chat timeline将状态、工具事件、回复实时流式插入聊天记录
Image inputPaste or upload images; use native attachments when available支持粘贴/上传图片;可用时走原生图片附件
Workspace tabsPin frequently used sessions for one-click switching across projects固定常用会话,单窗口跨项目一键切换
Smarter refreshLightweight digests and metadata caching reduce unnecessary rescans轻量 digest 与元数据缓存减少重复扫描
No framework lock-inPlain Node.js + vanilla frontend, easy to fork and adapt纯 Node.js + 原生前端,易于二次开发

Quick Start / 快速开始

cp config.example.json config.json
# edit the paths for your local CLI histories

npm start
# open http://localhost:3456

See full setup: English · 中文


Contributing / 贡献

Issues, feature requests, and pull requests are welcome. If you want to improve the dashboard, add support for another CLI, or refine the interaction experience, please open an issue or submit a pull request:

欢迎提交 Issue、功能建议和 Pull Request。 如果你想改进这个 dashboard、支持新的 CLI 工具,或优化交互体验,可以直接提交 issue 或 PR:


Citation / 引用

If this project helps your workflow, research, or tool-building, please cite it:

如果本项目对你的工作流、研究或工具开发有帮助,欢迎引用:

@misc{multi-cli-session-dashboard,
  author       = {Stepuuu},
  title        = {CLI Session Dashboard: A Self-hosted Dashboard for Browsing and Continuing Local AI CLI Sessions},
  year         = {2026},
  publisher    = {GitHub},
  howpublished = {\url{https://github.com/Stepuuu/multi-cli-session-dashboard}},
}

One dashboard for your local AI CLI sessions · 一个面板管理多种本地 AI CLI 会话
GitHub · MIT License

Collected info

  • 1 stars
  • Language: JavaScript
  • Source updated: 6/1/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.