Heroku MCP
Official Heroku MCP — 75 stars, early development. App management, dyno scaling, add-on provisioning, PostgreSQL queries, pipeline management, sandboxed one-off dyno execution.
- Scale your web application up during a product launch
- Check deployment logs to find out why your latest release failed
- List all running applications and their current resource usage
Official Heroku integration in early development. Standout feature: sandboxed one-off dyno execution lets Claude run code in an isolated environment.
Teams on Heroku who want to manage apps, scale dynos, and query PostgreSQL from Claude.
https://www.npmjs.com/package/@heroku/mcp-server
By Heroku (Salesforce)
How to Get It
npx -y @heroku/mcp-server
Tip: Paste this into a Claude Code conversation. Verify command matches your Claude Code version.
Trust Signals Source Reviewed
Data & Access
Community Pulse Active
Discussed on Hacker News, Reddit
- Show HN: A library to convert+deploy existing agent projects as MCP servers — Hacker News · 22 pts
- ContextRun.ai - I built a Heroku-like platform for easy MCP Server remote hostin — Reddit · 22 pts
- Linear-native AI dev agent using Claude Code, MCP, and the Linear Agent API — he — Reddit · 22 pts
12 mentions across 2 sources
Reviewer notes
Source Reviewed review. These are observations, not a security certification.
Maintained by Salesforce (major vendor). v1.2.1, active cadence. Broad capabilities including arbitrary SQL via pg_psql and full dyno/pipeline control. Apache 2.0 license. pg_psql can run arbitrary SQL against production databases — significant risk if misused. Recommend restricting to read-only tools in production environments.
pg_psql (arbitrary SQL), pg_credentials, and full dyno/pipeline control. An AI agent with this MCP could drop databases, expose credentials, or deploy arbitrary code. CRITICAL: restrict to read-only tools only in production-adjacent environments. Requires Heroku API key with full platform access. RESTRICTED: PostgreSQL query execution + dyno scaling + pipeline management. Requires compensating controls (sandboxing, separate accounts, restricted profiles) before team deployment.
2026-04-02: LIMITATION: Early development — tool set will evolve and may break. Requires Heroku CLI v10.8.1+. Does not support standard private spaces.
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.
Evaluation
Maintained by Salesforce (major vendor). v1.2.1, active cadence. Broad capabilities including arbitrary SQL via pg_psql and full dyno/pipeline control. Apache 2.0 license. pg_psql can run arbitrary SQL against production databases — significant risk if misused. Recommend restricting to read-only tools in production environments.