Waldur MCP サーバー
Waldur MCPサーバーは、モデルコンテキストプロトコル(MCP)を実装することで、WaldurインスタンスとClaude Desktopの統合を可能にします。これにより、ClaudeはWaldurインスタンスと直接やり取りできるようになります。
クイックスタート
- Claude Desktop リリース ページから、お使いのプラットフォーム用の Claude Desktop をインストールします。
- Python 3.13 以降をインストールします。
- uv パッケージ マネージャーをインストールします。
インストール
パッケージをインストールするには:
またはUVの場合:
Waldurトークンを生成する
- Waldurインスタンスにログインする
- ユーザー名 > 認証情報 > APIトークンに移動します
- 適切なトークン有効期間を持つ新しいトークンを生成します。これは設定に必要になります。
Claude デスクトップ MCP サーバー構成
Windows の場合: %APPDATA%\Claude\claude_desktop_config.json
MacOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
デバッグ
macOSでは、ログファイルは~/Library/Logs/Claude/mcp.log
にあります。
spawn uvx ENOENT
エラーが発生した場合は、PATH 環境変数にuv
がインストールされている Python インストールディレクトリが含まれていることを確認してください。または、設定ファイルでuvx
へのフルパスを指定することもできます(例: ~/Library/Frameworks/Python.framework/Versions/3.13/bin/uvx
MCPサーバーはstdio経由で実行されるため、デバッグが困難になる場合があります。最適なデバッグ環境を実現するには、 MCP Inspectorの使用を強くお勧めします。
次のコマンドを使用して、 npm
経由で MCP Inspector を起動できます。
デバッグを行うには、必要な環境変数を設定する必要があります。起動すると、インスペクターにブラウザでアクセスしてデバッグを開始できるURLが表示されます。
よくある問題
- 無効なトークン: トークンの権限と有効期限を確認してください
- 接続の問題: WALDUR_API_URL にアクセスできるかどうかを確認してください
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.
Waldur MCP サーバーは、MCP を介して Waldur インスタンスとのやり取りを容易にし、カスタマイズされた API アクセスを通じてサービスのシームレスな統合と管理を可能にします。
Related Resources
Related MCP Servers
- -securityAlicense-qualityMCP Server for the Gentoro services, enabling Claude to interact with Gentoro, which allows users to create and integrate tools into a common Bridge, defining all available capabilities.Last updated -612TypeScriptApache 2.0
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -132TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -32PythonApache 2.0