waldur-mcp-server

waldur-mcp-server

1

Waldur MCP server is designed to enable the integration between Waldur and Claude Desktop, using the Model Context Protocol. It facilitates direct interaction between Claude and the Waldur instance, supporting configuration and debugging while running over stdio.

Waldur MCP server

Waldur MCP server enables integration between Waldur instance and Claude Desktop by implementing the Model Context Protocol (MCP). This allows Claude to interact with your Waldur instance directly.

Quickstart

  • Install Claude Desktop for your platform from the Claude Desktop releases page.
  • Install Python 3.13 or higher.
  • Install uv package manager.

Installation

  • Install the package with pip or with uv.

Generate Waldur Token

  1. Log in to your Waldur instance
  2. Navigate to Username > Credentials > API Token
  3. Generate a new token with appropriate token lifetime.

Debugging

  • Log files on macOS are located at ~/Library/Logs/Claude/mcp.log
  • Use MCP Inspector for debugging.