Human-in-the-loop for AI agents — on your phone. Your agent calls pushnotifi_request_ack, you tap Approve / Deny / Yes / No (or type a reply) on the PushNotifi mobile app, the agent's pushnotifi_await_ack returns your answer and the workflow continues.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "node",
"args": [
"./mcp/dist/server.js"
],
"env": {
"PUSHNOTIFI_USER_KEY": "${PUSHNOTIFI_USER_KEY}",
"PUSHNOTIFI_GROUP_KEY": "${PUSHNOTIFI_GROUP_KEY}",
"PUSHNOTIFI_APPLICATION_KEY": "${PUSHNOTIFI_APPLICATION_KEY}",
"PUSHNOTIFI_API_BASE_URL": "${PUSHNOTIFI_API_BASE_URL}",
"PUSHNOTIFI_RATE_LIMIT_PER_MINUTE": "${PUSHNOTIFI_RATE_LIMIT_PER_MINUTE}"
}
}