Rancher logo

Rancher

asklokesh/rancher-mcp-server
0 starsUpdated 2025-12-31Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server for Rancher API integration

README.md

Rancher MCP Server

<!-- mcp-name: io.github.asklokesh/rancher-mcp-server -->

<div align="center">

Rancher Mcp Server

![GitHub stars](https://github.com/LokiMCPUniverse/rancher-mcp-server/stargazers) ![GitHub forks](https://github.com/LokiMCPUniverse/rancher-mcp-server/network) ![GitHub watchers](https://github.com/LokiMCPUniverse/rancher-mcp-server/watchers)

![License](https://github.com/LokiMCPUniverse/rancher-mcp-server/blob/main/LICENSE) ![Issues](https://github.com/LokiMCPUniverse/rancher-mcp-server/issues) ![Pull Requests](https://github.com/LokiMCPUniverse/rancher-mcp-server/pulls) ![Last Commit](https://github.com/LokiMCPUniverse/rancher-mcp-server/commits)

![Python](https://python.org) ![MCP](https://modelcontextprotocol.io)

![Commit Activity](https://github.com/LokiMCPUniverse/rancher-mcp-server/pulse) ![Code Size](https://github.com/LokiMCPUniverse/rancher-mcp-server) ![Contributors](https://github.com/LokiMCPUniverse/rancher-mcp-server/graphs/contributors)

</div>

A Model Context Protocol (MCP) server for integrating Rancher with GenAI applications.

Overview

Kubernetes management and deployment platform

Features

  • Comprehensive Rancher API coverage
  • Multiple authentication methods
  • Enterprise-ready with rate limiting
  • Full error handling and retry logic
  • Async support for better performance

Installation

pip install rancher-mcp-server

Or install from source:

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

Configuration

Create a .env file or set environment variables according to Rancher API requirements.

Quick Start

from rancher_mcp import RancherMCPServer

# Initialize the server
server = RancherMCPServer()

# Start the server
server.start()

License

MIT License - see LICENSE file for details

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.