mcp-collection
by erhardtconsulting
Overview
Provides a containerized server application, likely part of a larger collection or system, designed for automated dependency management.
Installation
docker build -t mcp-server . && docker run -d --name mcp-server -p 8080:8080 mcp-serverSecurity Notes
Source code for the server is not provided, making it impossible to audit for 'eval' or other code-level vulnerabilities. Running unknown Docker images carries inherent risks, as internal processes, default configurations, and exposed ports cannot be fully verified without the Dockerfile's contents and the application code. The presence of 'renovate.json5' suggests attention to dependency updates, which is a positive security practice.
Similar Servers
agent
The 1MCP agent acts as a proxy for the Model Context Protocol, managing various MCP servers, enabling application configuration consolidation, and providing tools for registry interaction and preset management.
tiger-gh-mcp-server
Provides focused tools to LLMs for interacting with GitHub repositories and data via the Model Context Protocol.
mcp-devcontainers
Provides a Model Context Protocol (MCP) server for integrating with the devcontainers CLI to manage development container environments.
mcp-server-bbc
An AI assistant that manages BuilderBot projects by listing, retrieving, creating, updating, deleting, and duplicating projects using a set of defined tools.