@futuretea/rancher-mcp-server
Version:
Model Context Protocol (MCP) server for Rancher multi-cluster management
41 lines (40 loc) • 1.17 kB
JSON
{
"name": "@futuretea/rancher-mcp-server",
"version": "0.3.2",
"description": "Model Context Protocol (MCP) server for Rancher multi-cluster management",
"main": "./bin/index.js",
"bin": {
"rancher-mcp-server": "bin/index.js"
},
"optionalDependencies": {
"@futuretea/rancher-mcp-server-darwin-amd64": "0.3.2",
"@futuretea/rancher-mcp-server-darwin-arm64": "0.3.2",
"@futuretea/rancher-mcp-server-linux-amd64": "0.3.2",
"@futuretea/rancher-mcp-server-linux-arm64": "0.3.2",
"@futuretea/rancher-mcp-server-windows-amd64": "0.3.2",
"@futuretea/rancher-mcp-server-windows-arm64": "0.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/futuretea/rancher-mcp-server.git"
},
"keywords": [
"mcp",
"rancher",
"kubernetes",
"multi-cluster",
"model context protocol",
"model",
"context",
"protocol"
],
"author": {
"name": "futuretea",
"url": "https://github.com/futuretea"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/futuretea/rancher-mcp-server/issues"
},
"homepage": "https://github.com/futuretea/rancher-mcp-server#readme"
}