MCP サポートを備えた PyTorch HUD API
PyTorch HUD API と対話し、CI/CD データ、ジョブログ、分析にアクセスするための Python ライブラリと MCP サーバー。
概要
このプロジェクトは、次のような PyTorch CI/CD 分析用のツールを提供します。
ワークフロー、ジョブ、テスト実行のデータアクセス
大規模な CI ログの効率的なログ分析
分析のためのClickHouseクエリ統合
リソース利用率の指標
使用法(人間の場合)
発達
主な特徴
データアクセス
get_commit_summary
: ジョブなしの基本コミット情報get_job_summary
: 集約されたジョブステータス数get_filtered_jobs
: ステータス/ワークフロー/名前でフィルタリングされたジョブget_failure_details
: 失敗したジョブと詳細な失敗情報get_recent_commit_status
: ジョブ統計を含む最近のコミットのステータス
ログ分析
download_log_to_file
: ログをローカルストレージにダウンロードするextract_log_patterns
: エラーや警告などを検索します。extract_test_results
: テスト実行結果を解析するfilter_log_sections
: 特定のログセクションを抽出するsearch_logs
: 複数のログを検索
発達
ドキュメント
CLAUDE.md : 詳細な使用方法、コードスタイル、実装ノート
mcp-guide.md : MCPプロトコルの一般情報
ライセンス
マサチューセッツ工科大学
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
MCP インターフェースを介して、ワークフロー、ジョブ、テスト実行、ログ分析などの PyTorch CI/CD 分析データへのアクセスを提供します。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityMCP-compatible server that enables AI assistants to interact with Lightdash analytics data, providing tools to list and retrieve projects, spaces, charts, dashboards, and metrics through a standardized interface.Last updated -13117MIT License
- -securityAlicense-qualityProvides tools for retrieving analytics reports and metrics from PlainSignal through the Model Context Protocol (MCP).Last updated -11MIT License
- -securityAlicense-qualityProvides tools for obtaining system CPU and memory statistics through FastAPI endpoints exposed via MCP.Last updated -3Apache 2.0
- AsecurityFlicenseAqualityProvides real-time system metrics and information through a Model Context Protocol interface, enabling access to CPU usage, memory statistics, disk information, network status, and running processes.Last updated -72