Make Monitor MCP
Provides read-only tools for monitoring Make.com scenarios, including listing scenarios, retrieving recent errors, and getting execution details.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Make Monitor MCPshow me recent errors from my scenarios"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Make Monitor MCP
Read-only MCP server for monitoring Make.com scenario errors from ChatGPT.
Tools
list_scenariosget_recent_errorsget_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:readDo 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=8000Supported 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-monitorMCP endpoint:
http://localhost:8000/mcpRailway deployment
Create a private GitHub repository and upload these files.
In Railway, choose New Project → Deploy from GitHub repo.
Add the environment variables under Variables.
Generate a public HTTPS domain.
The MCP URL will be:
https://YOUR-SERVICE.up.railway.app/mcpConnect to ChatGPT
Open ChatGPT settings.
Enable Developer mode under Security and login.
Open Plugins/Apps and create a developer-mode app.
Enter the public MCP URL.
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.
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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