Provides error management capabilities for PHP applications through integration with the Altary error management service, enabling retrieval, analysis, and resolution of PHP errors with AI-powered suggestions
Altary MCP Server
Claude Code用のAltary エラー管理統合MCPサーバーです。
概要
このMCPサーバーは、Claude CodeとAltary エラー管理サービス(https://altary.web-ts.dev)を統合し、エラーの取得・分析・完了処理をClaude Code内で直接実行できるようにします。
主な機能
- プロジェクト管理: ユーザープロジェクトの一覧取得
- エラー取得: プロジェクト別エラー一覧の表示(ChatGPT分析付き)
- エラー完了: AI類似性検出による関連エラーの一括完了
- 🆕 自動認証: ワンクリック認証(トークンコピー不要!)
- 🆕 自動セットアップ:
altary_errors
一つで初期設定完了 - 設定管理: デフォルトプロジェクトと認証情報の永続化
インストール
Claude Code MCP統合(推奨)
手動インストール
セットアップ手順
🚀 超簡単セットアップ(推奨)
- 自動認証: ブラウザが開くのでログイン → 自動的に認証完了!
- プロジェクト選択: 一覧が表示されるので
altary_set_project(project_id="ID")
- エラー表示: 再度
altary_errors
でエラー一覧表示
🎉 トークンのコピー&ペーストは不要!
詳細セットアップ(手動)
利用可能なツール
ツール名 | 説明 | パラメータ |
---|---|---|
altary_projects | プロジェクト一覧取得 | なし |
altary_errors | エラー一覧取得 | project_id (省略可) |
altary_complete | エラー完了処理 | error_id (必須) |
altary_auth | 認証設定 | token (省略可) |
altary_set_project | デフォルトプロジェクト設定 | project_id (必須) |
altary_config | 現在の設定表示 | なし |
altary_clear | 設定クリア | なし |
使用例
基本的なワークフロー
従来のワークフロー
ChatGPT分析付きエラー表示
エラー一覧には自動的にChatGPT分析結果が含まれます:
設定ファイル
設定は ~/.altary/config.json
に保存されます:
トラブルシューティング
認証エラー
ネットワークエラー
- インターネット接続を確認
- https://altary.web-ts.dev の稼働状況を確認
MCPサーバーが認識されない
開発・貢献
開発環境セットアップ
テスト実行
ライセンス
MIT License
サポート
- 公式サイト: https://altary.web-ts.dev
- ドキュメント: https://altary.web-ts.dev/document
- GitHub Issues: https://github.com/altary-app/altary-mcp-server/issues
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables Claude to integrate with Altary error management service for retrieving, analyzing, and completing errors directly within the IDE. Supports project management, AI-powered error analysis, and automated completion of similar errors through similarity detection.
Related MCP Servers
- AsecurityAlicenseAqualityEnables intelligent code analysis and debugging through the Perplexity AI's API, offering detailed error analysis, pattern detection, and comprehensive solutions, with integration support for the Claude desktop client.Last updated -137811JavaScriptMIT License
- -securityAlicense-qualityFacilitates integration with the Cursor code editor by enabling real-time code indexing, analysis, and bi-directional communication with Claude, supporting concurrent sessions and automatic reconnection.Last updated -2638TypeScriptMIT License
- -securityAlicense-qualityActs as a bridge between Claude's desktop application and the Cursor editor, enabling seamless AI-powered automation and multi-instance management across platforms with standardized communication and secure token-based authentication.Last updated -667TypeScriptMIT License
- -securityAlicense-qualityA comprehensive code analysis and management tool that integrates with Claude Desktop to analyze code at project and file levels, helping adapt changes to projects intelligently.Last updated -37PythonMIT License