Upcloud MCP Server
@MarinX
关于 Upcloud MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"upcloud-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"UPCLOUD_USERNAME",
"-e",
"UPCLOUD_PASSWORD",
"ghcr.io/marinx/upcloud-mcp-server"
],
"env": {
"UPCLOUD_USERNAME": "",
"UPCLOUD_PASSWORD": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Upcloud MCP Server?
The Upcloud MCP Server is a Model Context Protocol (MCP) server that provides integration with Upcloud APIs, enabling automation and interaction capabilities for developers and tools. It is currently a work in progress and not yet ready for use.
How to use Upcloud MCP Server?
Install by building from source (go build cmd/upcloud-mcp-server) or running the Docker image (ghcr.io/marinx/upcloud-mcp-server). Configure Claude Desktop by placing the binary in your bin location and editing claude_desktop_config.json with your Upcloud credentials as environment variables.
Key features of Upcloud MCP Server
- Account management (get account, details, list)
- Managed database retrieval by UUID
- Server listing and detail retrieval by UUID
- Kubernetes cluster and plan operations
- Ready to integrate with MCP-compatible clients
Use cases of Upcloud MCP Server
- Extracting and analyzing data from Upcloud services
- Building AI-powered tools and applications that interact with Upcloud's ecosystem
FAQ from Upcloud MCP Server
What is the current status of the Upcloud MCP Server?
It is a work in progress and not yet ready for any type of use. Please check back later for updates.
What prerequisites are needed to run the server?
You need Docker installed and running, and must populate the UPCLOUD_USERNAME and UPCLOUD_PASSWORD environment variables with your Upcloud credentials.
How can I run the server with Claude Desktop?
Use the provided claude_desktop_config.json snippet, which runs the Docker image with the required environment variables, and place the config in the appropriate Claude directory (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json on macOS).
What tools does the Upcloud MCP Server expose?
Tools are grouped into Account (get_account, get_account_details, get_account_list), Database (get_database), Server (get_servers, get_server_details), and Kubernetes (get_kubernetes_clusters, get_kubernetes_cluster, get_kubernetes_plans).
Where does this project originate from?
The idea comes from the GitHub MCP server. The project is licensed under MIT.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ICSS
chokcoco不止于 CSS
评论