sam-sample-mcp-apps
Verified Safeby Hugo-Pare
Overview
Provides customer support and helpdesk capabilities with Basic Authentication and role-based access control.
Installation
npm run start:httpSecurity Notes
CRITICAL: Hardcoded plaintext user credentials (passwords) are present in `src/auth.ts`, which is a severe security vulnerability for a production system. Default HTTP transport (port 5001) means Basic Auth credentials are sent unencrypted over the network, making them vulnerable to eavesdropping. The code explicitly notes that in production, passwords should be hashed and HTTPS must be used. For a local demo, this is acceptable, but not for any public-facing or production deployment.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
example-remote-server
A reference server demonstrating all Model Context Protocol (MCP) features and OAuth 2.0 authentication patterns.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.
mcp
A Rust framework for building Model Context Protocol (MCP) servers with pluggable backends, handling protocol compliance, transport, authentication, and monitoring.