Back to Home
heroku icon

heroku-mcp-server

Verified Safe

by heroku

Overview

The Heroku Platform MCP Server enables large language models (LLMs) to interact with and manage Heroku Platform resources through a set of specialized tools.

Installation

Run Command
npx -y @heroku/mcp-server

Environment Variables

  • HEROKU_API_KEY
  • MCP_SERVER_REQUEST_TIMEOUT

Security Notes

The server uses `execSync` and `spawn` to interact with the Heroku CLI. While this is fundamental to its operation, it carries inherent risks if command inputs are not meticulously sanitized. The project mitigates this by using Zod schemas for input validation and a `CommandBuilder` to construct CLI commands. Sensitive API keys (`HEROKU_API_KEY`) are handled via environment variables, which is a good practice. The `git remote add` command executed via `execSync` takes values from Heroku API responses, which are considered trusted in this context. No hardcoded secrets or obvious malicious patterns were found, and the project is open-source and maintained by Salesforce/Heroku.

Similar Servers

Stats

Interest Score48
Security Score7
Cost ClassMedium
Avg Tokens250
Stars73
Forks22
Last Update2026-01-18

Tags

HerokuLLM IntegrationCloud ManagementDevOpsModel Context Protocol