返回市场
牧场mc服务器

牧场mc服务器

作者:LokiMCPUniverse2 星标更新:2025-06-10

项目介绍

Rancher MCP 服务器

<div align="center">

Rancher MCP 服务器

GitHub stars GitHub forks GitHub watchers

License Issues Pull Requests Last Commit

Python MCP

Commit Activity Code Size Contributors

</div>

用于将Rancher与GenAI应用程序集成的模型上下文协议(MCP)服务器。

概述

Kubernetes管理与部署平台

特性

  • 全面覆盖Rancher API
  • 多种身份验证方法
  • 带有速率限制的企业级功能
  • 完整的错误处理和重试逻辑
  • 支持异步以提高性能

安装

pip install rancher-mcp-server

或者从源代码安装:

git clone https://github.com/asklokesh/rancher-mcp-server.git
cd rancher-mcp-server
pip install -e .

配置

创建一个.env文件或根据Rancher API需求设置环境变量。

快速开始

from rancher_mcp import RancherMCPServer

# 初始化服务器
server = RancherMCPServer()

# 启动服务器
server.start()

许可证

MIT许可证 - 详情见LICENSE文件