mcp-server-ux-writing
Verified Safeby 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
node src/index.jsEnvironment 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
mcp-server-juejin
AI-powered service for publishing articles to JueJin community.
translation-helps-mcp
An AI-powered platform for Bible study and translation assistance, leveraging a multi-agent system to aggregate and query diverse translation resources via a Model Context Protocol (MCP) server.
dotprompts
A personal prompt management system exposed as a Model Context Protocol (MCP) server, enabling AI agents to access, create, update, and delete user-defined prompts.
docling-mcp-server
A central server potentially for managing or processing documents, acting as a core backend component.