Back to Home
adrianmdevs icon

mcp_server_ts

Verified Safe

by adrianmdevs

Overview

This is a Node.js server implementing a single tool ('create-user') for the Model Context Protocol (MCP), primarily for local integration via standard I/O.

Installation

Run Command
npm run server:dev

Environment Variables

  • DANGEROUSLY_OMIT_AUTH

Security Notes

The server utilizes Zod for input validation, which is a good practice. The `create-user` tool's implementation is currently a placeholder, meaning it does not perform any actual data storage or manipulation yet; this would be a critical area for security review upon implementation. The `DANGEROUSLY_OMIT_AUTH=true` flag is used in a development/inspection script, which is acceptable for its intended use but highlights a potential risk if improperly deployed in production environments.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens10
Stars1
Forks0
Last Update2025-11-23

Tags

Node.jsTypeScriptMCP ServerToolingLocal Development