dotbox-mcp
by domibies
Overview
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.
Installation
docker run --rm -i --add-host host.docker.internal:host-gateway --user 1000:0 -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/domibies/dotbox-mcp:latestEnvironment Variables
- DOCKER_HOST
Security Notes
The MCP server itself (dotbox-mcp container) requires access to the host's Docker daemon via `/var/run/docker.sock` (macOS) or TCP port 2375 (Windows), granting it root-equivalent privileges on the host. The Windows installation explicitly requires enabling 'Expose daemon on tcp://localhost:2375 without TLS', which is a significant security risk if the machine is on an untrusted network. While .NET workloads run in isolated sandbox containers with resource limits and restricted filesystems (`/workspace`), a compromised MCP server or an erroneous LLM instruction could potentially leverage its host Docker privileges for malicious actions. This tool should only be run on trusted machines and networks.
Similar Servers
cupertino
Cupertino is an Apple Documentation Crawler & MCP Server that provides accurate, up-to-date Apple API documentation and sample code to AI agents and developers for offline and AI-assisted development.
mcp-server-computer
This server acts as a Spring AI MCP Server component to provide cross-platform computer configuration information (OS, user, Java, and platform-specific details) to an AI agent.
meds-mcp
A Medical Context Protocol (MCP) server for retrieving and analyzing de-identified patient EHR data, facilitating LLM-powered chat interaction and evidence review with medical ontologies and faceted search.
cue
An MCP server designed to front-load prompt engineering, transforming vague task descriptions into well-structured, optimized prompts for agentic workflows.