Back to Home
crunchloop icon

mcp-devcontainers

Verified Safe

by crunchloop

Overview

Provides a Model Context Protocol (MCP) server for integrating with the devcontainers CLI to manage development container environments.

Installation

Run Command
npx -y @crunchloop/mcp-devcontainers

Security Notes

The server uses `child_process.spawn` to execute the `devcontainer` CLI, passing user-provided command arguments directly. While arguments are passed as an array which is safer than shell strings, a vulnerability in the underlying `devcontainer` CLI or an unexpected combination of arguments could potentially be exploited. The `outputFilePath` parameter allows writing logs to an arbitrary path, which could lead to information leaks or file overwrites if the client's input is not carefully constrained.

Similar Servers

Stats

Interest Score33
Security Score7
Cost ClassLow
Avg Tokens150
Stars3
Forks5
Last Update2025-12-02

Tags

devcontainersdevelopment environmentsDockerCLI integrationMCP