Back to Home
kapilthakare-cyberpunk icon

notification-agent-server

Verified Safe

by kapilthakare-cyberpunk

Overview

A 24/7 server to receive and store notifications from an Android work phone, offering statistics and management features.

Installation

Run Command
npm start

Environment Variables

  • PORT
  • API_KEY
  • DATA_DIR
  • MAX_NOTIFICATIONS
  • RETENTION_DAYS
  • NODE_ENV

Security Notes

The server uses an API key for authentication, which is generated securely by the installation script and sourced from environment variables. CORS is set to `*`, which is overly permissive if a web dashboard is intended to be public, but acceptable for a private API interacting with a mobile client. No `eval` or other obvious code injection patterns are present. Data is stored in a local JSON file, mitigating typical database injection risks.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-01

Tags

notificationmcpandroidmonitoringserver