productivity
Heroku MCP, CLI, and Lua Integration for AI Agents
Heroku integration docs for AI agents: MCP gateway setup, Heroku CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write API key auth
Heroku for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
heroku- route_slug
heroku- package
heroku- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Heroku CLIHeadless setup and direct function calls. Heroku MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Heroku MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Heroku.
Claude Code Heroku MCP setup for Claude Code. Cursor Heroku MCP setup for Cursor. Codex Heroku MCP setup for Codex. OpenAI Agents Heroku MCP setup for OpenAI Agents SDK. Claude Agent SDK Heroku MCP setup for Claude Agent SDK. Vercel AI SDK Heroku MCP setup for Vercel AI SDK. LangChain Heroku MCP setup for LangChain. LangGraph Heroku MCP setup for LangGraph. CrewAI Heroku MCP setup for CrewAI. MCP clients Heroku MCP setup for Generic MCP Clients.
Heroku CLI Matrix
Use these pages for direct Heroku CLI workflows in scripts, CI, cron, and agent wrappers.
CI Heroku CLI for CI. Cron Jobs Heroku CLI for cron jobs. Shell Scripts Heroku CLI for shell scripts. Headless Automation Heroku CLI for headless automation. Coding Agents Heroku CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
heroku.heroku_list_apps | Read read | 0 | List all Heroku apps the authenticated user has access to. Returns app names, IDs, regions, and status. |
heroku.heroku_get_app | Read read | 1 | Get details for a specific Heroku app by ID or name. Returns full app information including region, stack, and Git URL. |
heroku.heroku_list_dynos | Read read | 1 | List all dynos for a given Heroku app. Returns dyno names, types, sizes, states, and uptime. |
heroku.heroku_list_addons | Read read | 1 | List all add-ons attached to a given Heroku app. Returns add-on names, plans, states, and provider details. |
heroku.heroku_list_domains | Read read | 1 | List all domains for a given Heroku app. Returns domain hostnames, types (custom/Heroku), and status. |
heroku.heroku_list_collaborators | Read read | 1 | List all collaborators for a given Heroku app. Returns collaborator emails, roles, and permissions. |
heroku.heroku_get_current_user | Read read | 0 | Get information about the current authenticated Heroku account, including email, name, and verified status. |