I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

Waldur_waldur-MCP-Server
镜像://github.com/waldur/waldur-mcp-server
3 years
Works with Finder
0
Github Watches
1
Github Forks
0
Github Stars
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.
Claude Desktop MCP Server Configuration
On Windows: \AppData\Roaming\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" } } } ```Development
Building and Publishing
To prepare the package for distribution:
- Sync dependencies and update lockfile:
uv sync
- Build package distributions:
uv build
This will create source and wheel distributions in the dist/
directory.
- Publish to PyPI:
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
- Token:
--token
orUV_PUBLISH_TOKEN
- Or username/password:
--username
/UV_PUBLISH_USERNAME
and--password
/UV_PUBLISH_PASSWORD
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.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Therapist adept at identifying core issues and offering practical advice with images.
Reviews

user_BALXIQiY
I have been using the MCP Shell Server by MCP-Mirror and found it to be an incredibly efficient tool for managing server tasks. The interface is user-friendly, and the seamless integration with different languages makes it versatile for various projects. The welcome message is clear and helps in navigating through the initial setup easily. Highly recommend this server for anyone looking for reliability and performance. Link: https://mcp.so/server/mkusaka_mcp-shell-server/MCP-Mirror