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 にアクセスできるかどうかを確認してください
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 -15Apache 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 -64MIT 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 -23MIT 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 -78Apache 2.0