mcp-servers
Verified Safeby stigenai
Overview
This repository provides standardized Docker images for various Model Context Protocol (MCP) servers, enabling their seamless deployment on orchestrator platforms like Stigen.io.
Installation
docker run -p 3000:3000 ghcr.io/stigenai/mcp-time:latestSecurity Notes
The repository demonstrates a strong commitment to security, as evidenced by the `SECURITY.md` file which outlines best practices such as non-root execution, minimal base images, automated vulnerability scanning (Trivy), and regular dependency updates (Dependabot). No 'eval', obfuscation, hardcoded secrets, or overtly malicious patterns were found in the provided code snippets. Environment variables are used for configuration, and server images are tagged with specific versions and Git commits for traceability. The primary inherent risk comes from the capabilities of certain servers (e.g., Playwright's browser automation) if misused by the end-user or deployed without proper network policies, which the `SECURITY.md` also advises against.
Similar Servers
toolhive-studio
ToolHive is a desktop application (Electron UI) for discovering, deploying, and managing Model Context Protocol (MCP) servers in isolated containers, and connecting them to AI agents and clients.
mcp-operator
Kubernetes operator for deploying, managing, and validating Model Context Protocol (MCP) servers.
mcp-compose
This server provides a robust example of OAuth2 authentication for MCP (Model Context Protocol) servers, using GitHub as the identity provider. It demonstrates secure multi-server management, protocol translation, and integration with AI agents for tool invocation.
docker-mcp-server
A Model Context Protocol (MCP) server for containerized execution and file operations, enabling AI assistants to interact with a Docker environment via HTTP.