LogoSTMCP
Download
heroku-mcp-server

heroku-mcp-server

Heroku Platform MCP Server enables seamless interaction between LLMs and Heroku resources, providing secure API access and natural language interface for app management, dyno scaling, and database operations.

Tools

1. list_apps

List all Heroku apps with filtering by personal, collaborator, team, or space.

2. get_app_info

Get detailed information about an app, including its configuration, dynos, and add-ons.

3. create_app

Create a new app with customizable settings for region, team, and space.

4. rename_app

Rename an existing app.

5. transfer_app

Transfer ownership of an app to another user or team.

6. deploy_to_heroku

Deploy projects to Heroku with an app.json configuration, supporting team deployments, private spaces, and environment setups.

7. deploy_one_off_dyno

Execute code or commands in a sandboxed environment on a Heroku one-off dyno, supporting file creation, network access, environment variables, and automatic cleanup.

8. ps_list

List all dynos for an app.

9. ps_scale

Scale the number of dynos up or down, or resize dynos.

10. ps_restart

Restart specific dynos, process types, or all dynos.

11. list_addons

List all add-ons for all apps or for a specific app.

12. get_addon_info

Get detailed information about a specific add-on.

13. create_addon

Provision a new add-on for an app.

14. maintenance_on

Enable maintenance mode for an app.

15. maintenance_off

Disable maintenance mode for an app.

16. get_app_logs

View application logs.

17. pipelines_create

Create a new pipeline.

18. pipelines_promote

Promote apps to the next stage in a pipeline.

19. pipelines_list

List available pipelines.

20. pipelines_info

Get detailed pipeline information.

21. list_teams

List teams you belong to.

22. list_private_spaces

List available spaces.

23. pg_psql

Execute SQL queries against the Heroku PostgreSQL database.

24. pg_info

Display detailed database information.

25. pg_ps

View active queries and execution details.

26. pg_locks

View database locks and identify blocking transactions.

27. pg_outliers

Identify resource-intensive queries.

28. pg_credentials

Manage database credentials and access.

29. pg_kill

Terminate specific database processes.

30. pg_maintenance

Show database maintenance information.

31. pg_backups

Manage database backups and schedules.

32. pg_upgrade

Upgrade PostgreSQL to a newer version.

Open Graph image for heroku-mcp-server

JSON Config

{
  "mcpServers": {
    "heroku": {
      "command": "heroku mcp:start"
    }
  }
}

Useful Links

Information

  • Author@heroku
  • Published date2025/09/16