How to Use the Heroku (PaaS) MCP in Claude Code
Run headless Heroku PaaS operations directly from your terminal using this MCP Server and Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Heroku (PaaS) MCP to Claude Code
Create your Vinkius account to connect Heroku (PaaS) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Heroku Management via Claude Code
The `list_apps` tool is the starting point for terminal-based automation, letting the agent discover active App IDs and git targets. From a single terminal session, you can pipe these details into automated shell scripts or CI/CD pipelines. Because Claude Code operates entirely in the CLI, it can run commands sequentially without a GUI. It checks app locations and routing maps with `get_app_info` to verify latency strategies before pushing code.
Scripted Maintenance and Dynamic Configuration
The `toggle_maintenance_mode` tool lets you script complex database migrations and maintenance windows directly from your terminal. Your agent can instantly swap the maintenance switch, run migration commands, and check the output. During this window, the agent uses `list_config_vars` to audit environment variables and verify that database tokens are up to date. This terminal-focused MCP Server makes headless operations fast and repeatable.
Quick Terminal Dyno Recovery
The `restart_all_dynos` tool acts as a rapid recovery command when Node or Ruby runtimes stall from memory leaks. Instead of logging into a web console, you tell your agent to reboot the app containers directly from your current shell. For precise fixes, the agent uses `list_dynos` to find the exact crashed container and fires `restart_specific_dyno` to unstick it. This keeps your web replicas active while resolving issues with isolated background queue workers.
Set up Heroku (PaaS) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeheroku-paas-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Heroku (PaaS) transactions." It will automatically discover and invoke the available Heroku (PaaS) tools.
claude mcp add --transport http heroku-paas-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Heroku (PaaS) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Heroku (PaaS) MCP today
We host it, we monitor it, we maintain it. You just paste one token.