Back to Home
zzw4257 icon

seed-emulator-mcp-server

Verified Safe

by zzw4257

Overview

A backend server providing API endpoints for user management and authentication, likely serving as a component for a larger "seed emulator" project or similar client application.

Installation

Run Command
docker run -p 3000:3000 seed-emulator-mcp-server

Environment Variables

  • PORT
  • NODE_ENV
  • DATABASE_URL
  • JWT_SECRET

Security Notes

Standard web application security concerns apply (e.g., input validation, secure session management, dependency vulnerabilities). The presence of authentication middleware and reliance on environment variables for sensitive configurations (`.env.example` implies this) are good practices. Without inspecting the actual implementation details of security mechanisms, a perfect score cannot be guaranteed.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2026-01-17

Tags

BackendAPIAuthenticationNode.jsServer