Skip to content
Vinkius

Heroku (PaaS) Connector for AI agents.

10 live capabilities

Manage your cloud infrastructure and dynos through natural conversation.

Live agent request Heroku (PaaS) / Connector

Waiting for input…

AI Agent

Why people use Heroku (PaaS)

Manage Heroku Dynos and Apps with Heroku (PaaS)

This Connector changes the workflow by moving those actions into your chat interface. You can tell your agent to restart a specific worker or list all your app's config vars in one go. You get the same results as the dashboard but without the friction of manual navigation, letting you stay focused on your actual work.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You get a natural language interface for your entire Heroku cloud infrastructure.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 5,900+ Connectors

  1. Real-world use case 01

    Fixing a hung worker

    A worker is stuck in a loop.

  2. Real-world use case 02

    Running a database migration

    Tell the agent to toggle_maintenance_mode so users don't see errors while the database is updating.

  3. Real-world use case 03

    Verifying add-on status

    Ask the agent to list_addons for the production-api to confirm the Redis connection is active.

Complete set · 10capabilities

The complete Heroku (PaaS) capability set.

These are the exact actions your AI can choose when you ask it to work with Heroku (PaaS).

Capability set01 / 03

01—04

4 capabilities in this set.

Part of 10 available through Heroku (PaaS).

  1. 01 Capability

    Delete app

    Permanently wipes an active app from Heroku. Use this only when you are sure you want to remove the app and all its traffic.

  2. 02 Capability

    Get app info

    Fetches runtime constraints, URL mapping, and regional datacenter placements. Use it to verify where your app is actually running.

  3. 03 Capability

    List addons

    Retrieves all third-party platform add-ons mapped to an app. This helps you see which Postgres or Redis instances are attached.

  4. 04 Capability

    List apps

    Lists all standard applications hosted on Heroku. Use this to find the correct App IDs for other commands.

Capability set02 / 03

05—07

3 capabilities in this set.

Part of 10 available through Heroku (PaaS).

  1. 05 Capability

    List dynos

    Lists discrete containerized dynos and their current statuses. This shows if your workers are up, crashed, or starting.

  2. 06 Capability

    List config vars

    Dumps decrypted application environment variables. This is how you check your database tokens or SendGrid passwords.

  3. 07 Capability

    Restart specific dyno

    Reboots one isolated dyno instance like a worker. This is great for unsticking a single hung queue worker.

Capability set03 / 03

08—10

3 capabilities in this set.

Part of 10 available through Heroku (PaaS).

  1. 08 Capability

    Restart all dynos

    Hard reboots all containers tied to an entire application. Use this to clear out memory leaks across the whole cluster.

  2. 09 Capability

    Toggle maintenance mode

    Switches an application's maintenance mode on or off. This is vital for blocking requests during database migrations.

  3. 10 Capability

    Create app

    Provisions a fresh structural app container on Heroku. Use this to start a new deployment boundary quickly.

Set up in minutes

One URL. Then ask Heroku (PaaS) to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Heroku (PaaS) from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_HWnMOgL2zYPCutqVNumPjbm95CPIrkddpZrkVKOV/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Heroku (PaaS), and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Heroku (PaaS) for the conversation.

Where the request belongs

Work Heroku can move forward.

Built around the request

This is for the DevOps engineer who's tired of clicking through dashboards at 2am or the backend developer who needs to check config vars without switching tabs.

01

DevOps Engineer

Performs rolling restarts and monitors dyno health during high-traffic events.

02

Backend Developer

Checks environment variables and add-on statuses while staying inside their IDE.

03

System Administrator

Manages maintenance windows and application lifecycles across multiple regions.

Bring your own AI

Change the model, client or framework. Keep Heroku 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 Heroku.

The practical details behind the request, access and result.

Can I use the Heroku (PaaS) MCP to restart my workers?

Yes, you can restart specific dynos or all dynos for an app using natural language. This is perfect for unsticking hung workers without having to log into the Heroku dashboard.

Does the Heroku (PaaS) MCP allow me to see my secrets?

Yes, it can retrieve decrypted environment variables like database URLs and API keys. You can ask your agent to list the config vars for any of your hosted apps.

How do I put my app into maintenance mode using this Connector?

You can simply ask your agent to toggle the maintenance mode for a specific app. It will instantly block inbound requests, which is helpful during database migrations.

Can I use the Heroku (PaaS) MCP to see which region my app is in?

Yes, the Connector can fetch details on regional datacenter placements. You can ask your agent to check the app info to see if your traffic is being routed to the US or EU.

Is the Heroku (PaaS) MCP safe for production environments?

Yes, it's designed for production use to manage dynos and app statuses. It follows the same permissions as your Heroku API key to perform actions like restarting containers or checking configs.

Can I create new apps with the Heroku (PaaS) MCP?

Yes, you can provision new app containers on Heroku by asking your agent to create a new app. This helps you set up new deployment boundaries quickly.

Can I see the status of my dynos through my agent?

Yes. Use the list_dynos capability to see the real-time status of each container process (e.g. web.1, worker.1). You'll know exactly if a dyno is up, crashed, starting, or idle.

How do I check my application's environment variables?

The list_config_vars capability allows your agent to dump the full dictionary of environment variables injected into your dynos, including sensitive keys like DATABASE_URL or API tokens.

Can my agent restart a specific hung worker without affecting the web traffic?

Absolutely. Use the restart_specific_dyno capability to reboot a single instance (e.g. worker.2). This is perfect for unsticking hung asynchronous queue workers without impacting your primary frontend traffic.

One connection away

Give your agent a direct line to Heroku.

Connect Heroku once. Keep it beside 5,900+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available