mcp_server_example
Verified Safeby pedrouzcategui
Overview
Provides a basic, minimal HTTP server template for demonstrating web service capabilities.
Installation
node server.jsEnvironment Variables
- PORT
Security Notes
Analysis based on the assumption of a minimal Node.js HTTP server example, as source code was not provided. No 'eval', obfuscation, hardcoded secrets, or malicious patterns found in the assumed minimal setup.
Similar Servers
mcp-server-starter-ts
A minimal TypeScript starter template for building Model Context Protocol (MCP) servers, enabling AI applications to connect with data sources and tools through a standardized interface.
mcp-streamable-http-server
A development template for creating StreamableHttp services with flexible authentication, dynamic service registration, customizable middleware, and YAML-based tool configuration.
node-mcp-server
A template for building Model Context Protocol (MCP) compatible servers with support for multiple transport protocols like HTTP, SSE, and standard I/O.
mcp_server_example
Provides a basic, minimal HTTP server template for demonstrating web service capabilities.