Heroku MCP server

Official

ps_list

List and monitor Heroku app dynos to view running processes, check status, monitor health, and verify configurations. Supports JSON output for detailed process visibility.

Instructions

List and monitor Heroku application dynos. Use this tool when you need to: 1) View all running dynos for an app, 2) Check dyno status and health, 3) Monitor application process states, 4) Verify dyno configurations. The tool provides process visibility with optional JSON output format.

Input Schema

NameRequiredDescriptionDefault
appYesName of the app to list processes for
jsonNoReturn process information in json format

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "app": { "description": "Name of the app to list processes for", "type": "string" }, "json": { "description": "Return process information in json format", "type": "boolean" } }, "required": [ "app" ], "type": "object" }
ID: c1gtn2x5d2