Skip to main content
Glama

Heroku MCP server

Official
by heroku

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/heroku/heroku-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server