Rancher Connector for AI agents.
10 live capabilities
Manage Kubernetes clusters and container workloads through your AI client.
Waiting for input…
Why people use Rancher
Rancher for Kubernetes Cluster Management
This Connector lets you skip the navigation. You can just ask your agent to show you the status of your workloads or find a specific project. You get a direct answer in your chat interface, saving you from digging through nested menus.
What Vinkius changes
You get a text-based interface for your entire Kubernetes infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a crashing microservice
A backend dev notices an error and asks the agent to find the 'auth-service' pod in the 'backend-production' namespace.
- Real-world use case 02
Auditing cluster access
A security lead needs to know who has access to the production environment.
- Real-world use case 03
Checking cluster health
A DevOps engineer wants to see if the new staging cluster is up.
Complete set · 10capabilities
The complete Rancher capability set.
These are the exact actions your AI can choose when you ask it to work with Rancher.
01—04
4 capabilities in this set.
Part of 10 available through Rancher.
- 01 Capability
Get cluster
Retrieve the specific details for a single Kubernetes cluster. Get deep insights into a specific environment quickly.
- 02 Capability
Get project
Get the full details for a specific Rancher project. This helps you understand the scope of your specific project area.
- 03 Capability
List apps
See all Helm applications installed in a specific project. This is the best way to inventory your deployed software.
- 04 Capability
List catalogs
See all available Helm chart repositories in your environment. This helps you keep track of your available software sources.
05—07
3 capabilities in this set.
Part of 10 available through Rancher.
- 05 Capability
List clusters
Get a list of every Kubernetes cluster managed by your Rancher instance. Use this to see your full fleet at a glance.
- 06 Capability
List namespaces
Find the namespaces associated with a specific project. This helps you navigate logical partitions without manual config.
- 07 Capability
List nodes
See every node currently active within a specific cluster. This is useful for checking your underlying hardware status.
08—10
3 capabilities in this set.
Part of 10 available through Rancher.
- 08 Capability
List users
See every user account currently registered in your Rancher platform. Use this to audit your security and access.
- 09 Capability
List workloads
See all deployments and statefulsets within a project. This provides a quick overview of your running services.
- 10 Capability
List projects
Find the project IDs and logical projects within a cluster. This makes it easy to group your resources logically.
Set up in minutes
One URL. Then ask Rancher to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Rancher from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_48JQqDtai3S1zaUsKSh5UlUL9fX8wRsUCkOFQCNW/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Rancher, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Rancher for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_48JQqDtai3S1zaUsKSh5UlUL9fX8wRsUCkOFQCNW/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Rancher URL.
- Step 03
Save and start
Save the connection and enable Rancher in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"rancher": {
"url": "https://edge.vinkius.com/vk_preview_48JQqDtai3S1zaUsKSh5UlUL9fX8wRsUCkOFQCNW/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Rancher
Open Agent mode in chat and ask: "Using Rancher, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"rancher": {
"url": "https://edge.vinkius.com/vk_preview_48JQqDtai3S1zaUsKSh5UlUL9fX8wRsUCkOFQCNW/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Rancher
Ask Copilot: "Using Rancher, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"rancher": {
"url": "https://edge.vinkius.com/vk_preview_48JQqDtai3S1zaUsKSh5UlUL9fX8wRsUCkOFQCNW/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Rancher
Open Cascade and ask: "Using Rancher, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"rancher": {
"url": "https://edge.vinkius.com/vk_preview_48JQqDtai3S1zaUsKSh5UlUL9fX8wRsUCkOFQCNW/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Rancher
Ask Cline: "Using Rancher, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add rancher --transport http "https://edge.vinkius.com/vk_preview_48JQqDtai3S1zaUsKSh5UlUL9fX8wRsUCkOFQCNW/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Rancher
Ask Claude: "Using Rancher, show me...". 10 tools are ready
Where the request belongs
Work Rancher can move forward.
This is for the DevOps engineer who's tired of clicking through dashboards at 2am or the Kubernetes admin trying to audit permissions across dozens of clusters.
DevOps Engineer
Debugging live cluster statuses and verifying deployments without switching contexts.
Kubernetes Administrator
Running automated queries to verify scaling sets and deployment topologies.
Backend Developer
Checking if microservices are healthy on target clusters without needing local kubectl setups.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsArgo CD (GitOps)
Manage Kubernetes deployments via Argo CD. sync applications, check logs, and manage clusters/repositories directly from your AI agent.
Porter PaaS
Orchestrate Kubernetes clusters via Porter. manage apps, projects, container tags, and enforce rollouts directly with your AI.
Qovery
Bring effortless Kubernetes and cloud deployment management to your IDE. List environments, check application states, restart pods, and deploy exact Git commits via chat.
Civo (Cloud-native Kubernetes Cloud Provider API)
Manage Civo cloud infrastructure. provision Kubernetes clusters, control compute instances, and monitor usage directly via AI.
Portainer
Manage Docker containers and environments via Portainer. list, create, and start containers directly from your AI agent.
Argo Workflows
Automate Kubernetes orchestrations via Argo Workflows. monitor, list, and inspect active pods, crons, and workflow templates directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Rancher connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Rancher.
The practical details behind the request, access and result.
Can I use Rancher MCP to manage my Kubernetes clusters?
Yes, this Connector lets you use your AI client to view and interact with all the clusters managed by your Rancher control plane.
Does the Rancher MCP work with my existing Rancher setup?
It does. You just need to provide your Rancher URL and a Bearer Token to connect your agent to your current infrastructure.
Can I use this to check my pod status?
Yes, you can ask your agent to check specific pods or list all workloads in a project to see if they are running correctly.
How does Rancher MCP help with DevOps tasks?
It removes the need to manually click through the Rancher UI. You can query cluster health, list namespaces, and check Helm apps using natural language.
Can I see which users have access?
Yes, the Connector can list all user accounts in your Rancher platform, making it easy to audit your security settings quickly.
Does Rancher MCP support Helm charts?
It can list the available Helm chart repositories and show you which Helm applications are currently installed in your projects.
How do I generate a Bearer Token in Rancher?
Log into your Rancher UI. Go to your User Profile menu and select 'API & Keys'. Create a new API Key with appropriate scopes. Combine the generated Access Key and Secret Key using a colon (AccessKey:SecretKey), or use the final Bearer Token provided to authenticate the Connector.
Does the integration require direct cluster network access?
No, the Connector acts exclusively by pinging the overarching main Rancher Server API URL rather than connecting locally to standard cluster API endpoints separately. Your network configuration remains secure as it relies completely on the Rancher gateway role.
Can I deploy new workloads to my cluster via the chat interface?
Currently, the server allows listing and fetching comprehensive statuses for namespaces, workloads, endpoints, clusters, and pods natively to observe the infrastructure state interactively without allowing unmanaged destructive configurations to roll out purely based on prompt.
One connection away
Give your agent a direct line to Rancher.
Connect Rancher once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available