heroku-mcp-server
@andyciggy
关于 heroku-mcp-server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"heroku": {
"command": "npx",
"args": [
"-y",
"@heroku/mcp-server"
],
"env": {
"HEROKU_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is heroku-mcp-server?
heroku-mcp-server is a Model Context Protocol (MCP) server that enables large language models (LLMs) to read, manage, and operate Heroku Platform resources. It works on Common Runtime, Cedar Private and Shield Spaces, and Fir Private Spaces. The server is currently in early development.
How to use heroku-mcp-server?
Install and run via npx (npx -y @heroku/mcp-server) and set the HEROKU_API_KEY environment variable with a Heroku authorization token. Add the server configuration (as shown in the README) to your MCP client (e.g., Claude Desktop, Zed, Cursor, Windsurf, Cline, VSCode, or Trae).
Key features of heroku-mcp-server
- Direct LLM-driven interaction with Heroku Platform resources
- Secure, authenticated access via Heroku CLI tokens
- Natural language interface for Heroku operations
- Application management (list, create, rename, transfer, deploy)
- Process and dyno management (list, scale, restart)
- Add-on provisioning and management
- Maintenance mode and application logs
- Pipeline management (create, promote, list, info)
- PostgreSQL database management (SQL queries, info, backups, upgrade)
Use cases of heroku-mcp-server
- Deploy and manage Heroku apps using natural language commands
- Scale dynos and restart processes via an LLM
- Provision and inspect add-ons
- Run SQL queries and manage PostgreSQL databases
- Control maintenance mode and view application logs
FAQ from heroku-mcp-server
How do I authenticate heroku-mcp-server?
Generate a Heroku authorization token via the CLI (heroku authorizations:create or heroku auth:token) or from the Heroku Dashboard (Account Settings > Applications > Authorizations). Use the token as your HEROKU_API_KEY.
What runtime dependencies does heroku-mcp-server require?
It requires Node.js and npx to run the @heroku/mcp-server package. The Heroku CLI is used for token generation but not required at runtime.
Does heroku-mcp-server work with all Heroku runtimes?
It works on Common Runtime, Cedar Private and Shield Spaces, and Fir Private Spaces.
What transport does heroku-mcp-server use?
It uses stdio transport, as configured in the MCP client snippets.
Is heroku-mcp-server stable?
It is currently in early development; tools and functionality may evolve.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Nginx UI
0xJackyYet another WebUI for Nginx
评论