Back to Home
coldtatooine icon

mcp-server-ux-writing

Verified Safe

by coldtatooine

Overview

This server provides a RESTful API and real-time updates for managing UX content (text, status, versions) across different projects, with authentication and persistence in MongoDB.

Installation

Run Command
node src/index.js

Environment Variables

  • MONGO_URI
  • JWT_SECRET
  • PORT

Security Notes

The project uses `dotenv` for environment variables, preventing hardcoded secrets. It implements `helmet` for common web vulnerabilities and `cors` for controlled access. Authentication relies on JWTs with `bcrypt` for password hashing, indicating good security practices. No `eval` or obvious malicious patterns were detected, and standard libraries are used. Proper error handling and logging (Winston) are present.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-23

Tags

APINode.jsMongoDBUX content managementReal-time