#
ENJA

vibetrack

MCP Server

chroneus/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.

29 17No licenseUpdated 2026-06-03

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

Claude CodeCursorGitHub Copilot
Evoa Score breakdown= Σ (score × weight)
68
Task usefulness20%100 → +20.0

実タスクにどれだけ役立つか(機能の豊富さ・用途の明確さ)。 AIによるcapabilities/use-cases解析

Code quality15%90 → +13.5

実装・指示の品質。 AIによるSKILL.md/README解析

Maintenance15%85 → +12.8

リポジトリがどれだけ活発に保守されているか。 GitHub 最終push日時の新しさ

Documentation12%48 → +5.8

ドキュメントの充実度・分かりやすさ。 README/独自要約の情報量

Security15%80 → +12.0

危険・不審な挙動が無いか。 AIによるセキュリティレビュー

Originality10%85 → +8.5

ありふれたラッパーではない独自性。 AIによる独自性判定

Popularity8%45 → +3.6

コミュニティの採用度。 GitHub Stars/Forks(対数スケール)

Compatibility5%75 → +3.8

対応AIエージェントの広さ。 AIによる対応エージェント判定

Weighted total79.9 / 100

ライセンス不明/制限あり(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.