Back to Home
Ev3lynx727 icon

Containerd-mcp-server

Verified Safe

by Ev3lynx727

Overview

A containerized suite of Model Context Protocol (MCP) servers providing various development utilities like code analysis, browser automation, and Docker management.

Installation

Run Command
docker-compose up -d --build

Environment Variables

  • CONTEXT7_API_KEY
  • GITHUB_TOKEN

Security Notes

The `start_mcp_servers.sh` script utilizes `eval` for command execution, which is generally a security risk, though in this context, the commands are hardcoded within the script itself rather than derived from untrusted input. The Docker socket (`/var/run/docker.sock`) is mounted read-only, which, while safer than read-write, still grants significant access to the host's Docker daemon. The VS Code server data mount (`~/.vscodeserver`) could expose sensitive VS Code configurations or extensions if the container is compromised. Ports 3000-3005 are exposed on the host, increasing the network attack surface if the host is publicly accessible.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-15

Tags

MCPContainerDevelopmentAPIAutomation