Waldur MCP server project
Project description
Waldur MCP server
Quickstart
-
Install Claude Desktop for your platform from the Claude Desktop releases page
-
Install Python 3.10 or higher.
-
Install uv package manager.
Installation
To install the package:
pip install waldur-mcp-server
Or with uv:
uv pip install waldur-mcp-server
Claude Desktop MCP Server Configuration
On Windows: \AppData\Roaming\Claude\claude_desktop_config.json
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
{
"mcpServers": {
"waldur-mcp-server": {
"command": "uv",
"args": [
"--directory",
"C:\\waldur_service",
"run",
"waldur-mcp-server"
],
"env": {
"WALDUR_API_URL": "https://your-waldur-instance/api",
"WALDUR_TOKEN": "your-token"
}
}
}
}
Published Servers Configuration
{
"mcpServers": {
"waldur-mcp-server": {
"command": "uvx",
"args": [
"waldur-mcp-server"
],
"env": {
"WALDUR_API_URL": "https://your-waldur-instance/api",
"WALDUR_TOKEN": "your-token"
}
}
}
}
Debugging
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm with this command:
npx @modelcontextprotocol/inspector uv --directory C:\\waldur_service run waldur-mcp-server
When debugging, you'll need to set the required environment variables. Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Development
For information about development and releasing new versions, see RELEASING.md.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file waldur_mcp_server-0.1.1.tar.gz.
File metadata
- Download URL: waldur_mcp_server-0.1.1.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1f8510942f106b83ba974503cf3b87c5e176cbd1219511fbaf73aa22d4ca9c3
|
|
| MD5 |
de2cb11fb1268ad9d2b02857947d0f5f
|
|
| BLAKE2b-256 |
a264b172f39a054d54933bfeba3b69d9a90c4cf6feab6aa358fdd444134a1515
|
File details
Details for the file waldur_mcp_server-0.1.1-py3-none-any.whl.
File metadata
- Download URL: waldur_mcp_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af87209f0eee167829c53d2ba315aa86d004051e0ee7f3e1d939ce444aa96f97
|
|
| MD5 |
01942a43b03919c51c5a375c2ef1ec40
|
|
| BLAKE2b-256 |
50cd40109dcd39c4b5ce59a1517495ca1d317c74fa482556c96587a53aa008e2
|