Back to Home
haj58326-code icon

mcp-server-node

Verified Safe

by haj58326-code

Overview

Provides a Model Context Protocol (MCP) server that exposes various tools and resources for AI models to interact with.

Installation

Run Command
docker run -p 3000:3000 -e TOKEN=your-secret-token mcp-server-node

Environment Variables

  • TOKEN
  • MCP_PORT
  • HOST

Security Notes

The server uses `cors` with `origin: '*'`, allowing requests from any domain. This is mitigated by mandatory Bearer token authentication (via the `TOKEN` environment variable). If `TOKEN` is not set, authentication is disabled, leaving the API publicly accessible which is a significant security risk for production. Assuming the `TOKEN` is always set and kept secret, the overall security posture is good for an API of this nature.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-03

Tags

Node.jsExpressTypeScriptMCPAI Tools