Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Rancher

БесплатноНе проверен

A standalone MCP server that exposes Rancher-side tools, forwards Authorization headers or uses configured credentials, and supports HTTP and stdio transports.

GitHubEmbed

Описание

A standalone MCP server that exposes Rancher-side tools, forwards Authorization headers or uses configured credentials, and supports HTTP and stdio transports.

README

rancher-mcp logo

CI status GitHub Pages status MIT license Node 22+

A polished TypeScript MCP server for Rancher workflows.

It exposes the Rancher tool surface as a standalone MCP service, forwards caller identity when available, and falls back to configured Rancher credentials when needed. The repo includes tests, a documentation site, and GitHub Pages publishing.

Live docs

  • GitHub Pages site: https://jasonrve.github.io/rancher-mcp/
  • Docs source: docs/
  • Brand assets: docs/public/

Why this exists

Rancher users often need the tool surface without the surrounding operator/runtime package. rancher-mcp keeps the useful Rancher and Fleet actions, but packages them as a focused MCP server that is easier to run locally, automate, and connect to agent clients.

What it does

  • exposes Rancher cluster, project, namespace, access-control, and Fleet tools
  • supports HTTP and stdio transports
  • forwards the incoming Authorization header to Rancher
  • falls back to configured Rancher credentials when no header is present
  • includes Vitest coverage for the tool catalog, auth, executor, and health route
  • ships a documentation site with client setup examples

Tool groups

Group Examples What it is for
Rancher core cluster_list, project_create, namespace_create Everyday cluster, project, and namespace workflows
Access control project_member_create, principal_get_by_name Finding principals and binding them to projects
Fleet create_fleet_gitrepo, update_fleet_gitrepo, force_fleet_sync GitOps repo and sync management

Quick start

npm install
npm test
npm run build
npm run dev

Beta publishing and install

This repository is set up for a beta release channel on npm.

  • publish workflow: .github/workflows/publish-beta.yml
  • npm dist-tag: beta
  • local run via npx after publishing:
npx -y rancher-mcp@beta

Configuration

Variable Purpose
RANCHER_URL Base Rancher URL
RANCHER_TOKEN Fallback bearer token
RANCHER_USERNAME Fallback basic-auth username
RANCHER_PASSWORD Fallback basic-auth password
RANCHER_MCP_TRANSPORT http or stdio
RANCHER_MCP_PATH HTTP route for MCP traffic
PORT HTTP listen port

Client examples and docs

Development commands

Command Description
npm run dev Start the server
npm run test Run Vitest
npm run build Compile TypeScript
npm run docs:dev Start the docs site
npm run docs:build Build the docs site
npm run docs:preview Preview the docs site

Project layout

.
├── src/
├── tests/
├── docs/
├── dist/
├── package.json
└── README.md

Source project

This repository mirrors the Rancher-side MCP surface from the original C# implementation.

from github.com/Jasonrve/rancher-mcp

Установка Rancher

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Jasonrve/rancher-mcp

FAQ

Rancher MCP бесплатный?

Да, Rancher MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Rancher?

Нет, Rancher работает без API-ключей и переменных окружения.

Rancher — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Rancher в Claude Desktop, Claude Code или Cursor?

Открой Rancher на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Rancher with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development