Porter PaaS Connector for AI agents.
10 live capabilities
Manage Kubernetes clusters and deployments via natural language.
Waiting for input…
Why people use Porter PaaS
Porter PaaS Kubernetes Cluster Management
This Connector puts those actions into your chat. You can ask your agent to restart a service or list your active projects, getting the info you need in seconds without switching tabs.
What Vinkius changes
You get full Kubernetes management via chat without ever touching a KUBECONFIG file.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Fixing a hanging worker
A queue worker hangs and the dev uses restart_app to bounce the pods immediately without searching for the correct pod name or terminal.
- Real-world use case 02
Emergency hotfix rollback
A bad tag goes live; the dev uses deploy_app_tag to force the previous stable image and restore service in seconds.
- Real-world use case 03
Infrastructure auditing
An engineering lead uses list_clusters and list_projects to map out all production environments during a security audit.
Complete set · 10capabilities
The complete Porter PaaS capability set.
These are the exact actions your AI can choose when you ask it to work with Porter PaaS.
01—04
4 capabilities in this set.
Part of 10 available through Porter PaaS.
- 01 Capability
Deploy app tag
Assigns a raw docker registry digest or tag to force a fresh deployment state. This ensures the cluster pulls the correct image.
- 02 Capability
Get app
Pulls CPU metrics, RAM limits, and internal image hashes for a specific app. Use this to debug resource issues.
- 03 Capability
Get cluster
Inspects the deep cloud credentials and configuration for a K8s cluster. It helps you understand your underlying infrastructure.
- 04 Capability
Get project
Extracts the metadata linked to a specific Porter project. This gives you a high level view of your project scope.
05—07
3 capabilities in this set.
Part of 10 available through Porter PaaS.
- 05 Capability
List apps
Shows which apps are exposing porter.run subdomains or custom apex mappings. It is great for inventorying your live services.
- 06 Capability
List clusters
Lists the target cloud Kubernetes definitions and memory nodes. Use this to see your available execution zones.
- 07 Capability
List environments
Pulls the logic isolation environments for a specific cluster. This helps you distinguish between staging and production.
08—10
3 capabilities in this set.
Part of 10 available through Porter PaaS.
- 08 Capability
List projects
Fetches the project IDs coordinating your AWS or GCP clusters. It identifies your base organizational scopes.
- 09 Capability
List helm releases
Lists the operational Helm configurations inside a specific namespace. This is vital for checking third party apps like Postgres.
- 10 Capability
Restart app
Tells the Kubernetes API to bounce the app deployment replicas. This is the fastest way to clear connection leaks.
Set up in minutes
One URL. Then ask Porter PaaS to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Porter PaaS 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_97HRl70OC90xV4WamIvMCoFpPgzxIQZ45L5KjFmm/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 Porter PaaS, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Porter PaaS for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_97HRl70OC90xV4WamIvMCoFpPgzxIQZ45L5KjFmm/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 Porter PaaS URL.
- Step 03
Save and start
Save the connection and enable Porter PaaS in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"porter-paas": {
"url": "https://edge.vinkius.com/vk_preview_97HRl70OC90xV4WamIvMCoFpPgzxIQZ45L5KjFmm/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 Porter PaaS
Open Agent mode in chat and ask: "Using Porter PaaS, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"porter-paas": {
"url": "https://edge.vinkius.com/vk_preview_97HRl70OC90xV4WamIvMCoFpPgzxIQZ45L5KjFmm/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 Porter PaaS
Ask Copilot: "Using Porter PaaS, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"porter-paas": {
"url": "https://edge.vinkius.com/vk_preview_97HRl70OC90xV4WamIvMCoFpPgzxIQZ45L5KjFmm/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 Porter PaaS
Open Cascade and ask: "Using Porter PaaS, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"porter-paas": {
"url": "https://edge.vinkius.com/vk_preview_97HRl70OC90xV4WamIvMCoFpPgzxIQZ45L5KjFmm/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 Porter PaaS
Ask Cline: "Using Porter PaaS, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add porter-paas --transport http "https://edge.vinkius.com/vk_preview_97HRl70OC90xV4WamIvMCoFpPgzxIQZ45L5KjFmm/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 Porter PaaS
Ask Claude: "Using Porter PaaS, show me...". 10 tools are ready
Where the request belongs
Work Porter can move forward.
This is for the DevOps engineer who is tired of clicking through dashboards at 2am or the backend dev who needs to roll back a hotfix without leaving their IDE.
DevOps Engineer
Restarts crashing services and audits cluster architectures on the fly to keep production stable.
Backend Developer
Rolls back image tags and orchestrates deployments from a standard chat to move faster.
Engineering Lead
Inspects resource mapping and isolates staging environments instantly to oversee team progress.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRancher
Equip your AI to manage Kubernetes environments directly through Rancher, overseeing clusters, namespaces, and active pods.
Argo CD (GitOps)
Manage Kubernetes deployments via Argo CD. sync applications, check logs, and manage clusters/repositories directly from your AI agent.
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.
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.
Civo (Cloud-native Kubernetes Cloud Provider API)
Manage Civo cloud infrastructure. provision Kubernetes clusters, control compute instances, and monitor usage directly via AI.
Bring your own AI
Change the model, client or framework. Keep Porter 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 Porter.
The practical details behind the request, access and result.
Can Porter PaaS MCP manage my EKS clusters?
Yes, it provides programmatic control over EKS and GKE clusters hosted on Porter. You can list them, inspect their credentials, and manage the apps inside them via your AI agent.
How do I use Porter PaaS MCP to restart an app?
You can simply ask your agent to restart a specific app by name. It will instruct the Kubernetes API to bounce the replicas for you without changing any of your underlying code or tags.
Does Porter PaaS MCP support Helm charts?
Yes, it can list the operational Helm configurations inside a namespace. This is especially useful for verifying that third party apps like Postgres or Redis were installed correctly.
Can I use Porter PaaS MCP to roll back a deployment?
You can use it to force a specific image tag or digest onto an application. This allows you to roll back to a previous stable version instantly through a chat command.
Is Porter PaaS MCP safe for production?
Yes, it uses your Porter API Token to perform authorized actions. It gives your AI agent the ability to perform specific operations like restarting pods or listing projects based on the permissions you grant.
Can my AI automatically deploy an urgent hotfix tag?
Yes. If a specific commit tag needs to be rolled out bypassing regular CI delays, simply command the AI to deploy_app_tag providing the target container suffix. It issues direct orchestration commands triggering an absolute image update inside Kubernetes immediately.
Can the agent check internal Helm variables for external addons?
Absolutely. Using the list_helm_releases capability, your agent analyzes raw orchestrator chart variables inside the cluster's namespace. It is invaluable for diagnosing why your Postgres Helm initialization is misbehaving.
Is it safe to orchestrate infrastructure boundaries with AI?
Yes! The token you provide is inherently scoped to the exact projects authorized in the Porter Dashboard. The AI strictly respects the platform's isolation, ensuring you only restart or query bounded namespace assets.
One connection away
Give your agent a direct line to Porter.
Connect Porter once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available