Skip to main content
Glama

Heroku MCP server

Official
by heroku
tasks.json732 B
{ "version": "2.0.0", "tasks": [ { "label": "npm: build:watch", "type": "npm", "script": "build:watch", "isBackground": true, "problemMatcher": { "owner": "custom", "pattern": { "regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CODE\\d+)\\s*:\\s*(.*)$", "file": 1, "location": 2, "severity": 3, "code": 4, "message": 5 }, "background": { "activeOnStart": true, "beginsPattern": "^.*Starting incremental compilation.*$", "endsPattern": "^.*Watching for file changes.*$" } }, "detail": "Run build:watch in background" } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/heroku/heroku-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server