Back to Home
gavinz0228 icon

mcp-proxy

by gavinz0228

Overview

Acts as a proxy for managing and fetching data from multiple MCP servers, likely used in a gaming or service orchestration context.

Installation

Run Command
docker-compose up --build mcp-proxy-custom

Security Notes

The use of `network_mode: host` in the Docker configuration is a critical security risk, as it bypasses Docker's network isolation and exposes the container directly to the host's network, potentially allowing access to other host services. Additionally, the proxy is configured to execute external commands (`uvx mcp-server-fetch`) based on its configuration, which introduces a potential attack surface if the configuration or the `uvx` utility can be compromised or manipulated.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens1
Stars0
Forks0
Last Update2025-11-27

Tags

ProxyServer ManagementConfigurationDocker