Back to Home
Hugo-Pare icon

sam-sample-mcp-apps

Verified Safe

by Hugo-Pare

Overview

Provides customer support and helpdesk capabilities with Basic Authentication and role-based access control.

Installation

Run Command
npm run start:http

Security 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

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens200
Stars0
Forks1
Last Update2026-01-13

Tags

customer supporthelpdeskbasic authenticationrole-based access controlMCP