Skip to main content
Glama
andrmish

Make Monitor MCP

by andrmish

Make Monitor MCP

Read-only MCP server for monitoring Make.com scenario errors from ChatGPT.

Tools

  • list_scenarios

  • get_recent_errors

  • get_execution_details

The server contains no Make write, run, stop, activate, deactivate, or delete methods.

Related MCP server: Hermes MCP Bridge

Required Make token scope

Create a separate Make API token with only:

scenarios:read

Do not use an administrator token and do not commit the token to GitHub.

Environment variables

MAKE_API_TOKEN=...
MAKE_TEAM_ID=...
MAKE_ZONE=eu1
MAX_SCENARIOS=200
PORT=8000

Supported zones: eu1, eu2, us1, us2.

Local Docker test

cp .env.example .env
# Fill in .env
docker build -t make-monitor .
docker run --rm --env-file .env -p 8000:8000 make-monitor

MCP endpoint:

http://localhost:8000/mcp

Railway deployment

  1. Create a private GitHub repository and upload these files.

  2. In Railway, choose New Project → Deploy from GitHub repo.

  3. Add the environment variables under Variables.

  4. Generate a public HTTPS domain.

  5. The MCP URL will be:

https://YOUR-SERVICE.up.railway.app/mcp

Connect to ChatGPT

  1. Open ChatGPT settings.

  2. Enable Developer mode under Security and login.

  3. Open Plugins/Apps and create a developer-mode app.

  4. Enter the public MCP URL.

  5. Verify that ChatGPT displays only the three read-only tools above.

Test prompts

Покажи список сценариев Make.
Проверь ошибки Make за последние 24 часа. Для каждой ошибки укажи сценарий, время и execution ID.
Изучи детали последней ошибки и объясни наиболее вероятную причину. Не выполняй никаких изменений.

Security note

This starter version does not implement user authentication at the MCP layer. Use it only for an initial private test, keep the deployment URL private, and do not expose any write tools. For durable production use, add OAuth or place the service behind an authentication layer compatible with ChatGPT MCP apps.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/andrmish/make-monitor-mcp'

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