Back to Home
GoFeytch icon

McpDLPSecureServer

by GoFeytch

Overview

A minimal Model Context Protocol (MCP) server that acts as a connector to an AI LLM proxy, designed to forward chat requests for Data Loss Prevention (DLP) and policy enforcement.

Installation

Run Command
node dist/server.js

Environment Variables

  • LLM_PROXY_URL
  • DLP_USER
  • DLP_TEAM

Security Notes

The server includes a hardcoded secret `Authorization: "Bearer demo-internal-key"` in `src/proxyClient.ts`. This is a critical security vulnerability as it allows anyone with access to the code to authenticate with the LLM proxy, potentially bypassing intended access controls. The server's core function relies on an external proxy for all security enforcement, so its own security posture is limited to its role as a connector.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-12-02

Tags

MCPLLMProxyDLPSecurity