vibetrack
MCP Serverchroneus/vibetrack
Vibetrack is a lightweight, SQLite-backed experiment tracker for machine learning and AI that serves as a drop-in replacement for TensorBoard. It features auto-discovered output backends, a modern web dashboard, and multiple notification and logging integrations.
Overview
Designed as a modern alternative to heavier tracking tools, Vibetrack stores experiment data using a thread-local SQLite WAL backend with bulk insertion and precache capabilities. It supports two primary API styles (TensorBoard-compatible SummaryWriter and module-level functions) and includes dynamic output viewers like Web UI, Gradio, console sparklines, Telegram, Slack, and an MCP server. Non-blocking error handling ensures that telemetry or notification failures never interrupt the core training loop.
Capabilities
- ▸TensorBoard-compatible logging API and module-level logging API
- ▸SQLite-backed storage with Write-Ahead Logging (WAL) and bulk flush optimization
- ▸Auto-discovered output viewers including Web, Gradio, Console, Telegram, Slack, and MCP
- ▸Cross-experiment comparison across scalars, hyperparameters, and summary tables
- ▸Optional system and GPU metrics collection
- ▸Best-effort, non-blocking network error handling for external notifications
Best for
Tracking scalars, images, audio, video, text, histograms, and embeddings during machine learning model training., Comparing multiple training runs side-by-side using a responsive web dashboard or CLI tools., Real-time experiment monitoring and notifications via Telegram, Slack, or terminal output., Ingesting remote training logs over HTTP with optional bearer token authentication.
Works with
実タスクにどれだけ役立つか(機能の豊富さ・用途の明確さ)。 — AIによるcapabilities/use-cases解析
実装・指示の品質。 — AIによるSKILL.md/README解析
リポジトリがどれだけ活発に保守されているか。 — GitHub 最終push日時の新しさ
ドキュメントの充実度・分かりやすさ。 — README/独自要約の情報量
危険・不審な挙動が無いか。 — AIによるセキュリティレビュー
ありふれたラッパーではない独自性。 — AIによる独自性判定
コミュニティの採用度。 — GitHub Stars/Forks(対数スケール)
対応AIエージェントの広さ。 — AIによる対応エージェント判定
ライセンス不明/制限あり(Red)のSkillは総合スコアに0.85倍の補正を適用します。 ランキングはこのScoreのみで決まり、広告で変わりません。 算出方法の詳細 →
Security considerations
Exposes an optional HTTP ingest server and Model Context Protocol (MCP) server. Ensure proper bearer tokens and network restrictions are applied when hosting publicly to prevent unauthorized log ingestion or data leakage.
Categories
Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.