Heroku MCP server

Official

pg_backups

Manage and monitor Heroku app database backups using this tool. View existing backups, track progress, verify availability, and ensure disaster recovery readiness.

Instructions

Manage database backup operations and schedules. Use this tool when you need to: 1) View existing database backups, 2) Monitor backup schedules and status, 3) Track backup operation progress, 4) Verify backup availability. The tool helps maintain database backup operations and disaster recovery readiness.

Input Schema

NameRequiredDescriptionDefault
appYesThe name of the Heroku app whose backups to manage.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "app": { "description": "The name of the Heroku app whose backups to manage.", "type": "string" } }, "required": [ "app" ], "type": "object" }
ID: c1gtn2x5d2