entrig-mcp
Installation
SKILL.md
Entrig MCP
Use the Entrig MCP server for notification trigger management. SDK skills handle app integration; this skill handles MCP setup and notification CRUD workflow.
Setup
If tools like get_context, create_notification, update_notification, list_notifications, get_notifications, and delete_notification are not available, read references/setup.md and walk the user through their client's setup flow.
Do not assume every client uses .mcp.json. Claude Code, Cursor, Lovable, and other agents register MCP servers differently.
Workflow
Before creating or updating notifications:
- Call
get_contextfirst. - Use the returned schema, existing notification awareness, and reasoning instructions.
- Confirm the proposed notification with the user in plain language before calling
create_notificationorupdate_notification.
Related skills