Heroku MCP server

Official

pg_credentials

View, configure, rotate, and monitor database credentials for Heroku apps to ensure secure access and compliance with security policies. Simplify credential management for database connections.

Instructions

Manage database access credentials and security. Use this tool when you need to: 1) View current database credentials, 2) Configure database access permissions, 3) Rotate credentials for security compliance, 4) Set up monitoring access. The tool helps maintain secure database access and credential management.

Input Schema

NameRequiredDescriptionDefault
appYesThe name of the Heroku app whose database credentials to view.
databaseNoConfig var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "app": { "description": "The name of the Heroku app whose database credentials to view.", "type": "string" }, "database": { "description": "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used.", "type": "string" } }, "required": [ "app" ], "type": "object" }
ID: c1gtn2x5d2