From 811c613f51cad0eae9d9864a480b40666357e473 Mon Sep 17 00:00:00 2001 From: aniongithub Date: Sat, 9 May 2026 20:19:39 -0700 Subject: [PATCH 1/3] Enhance README with demo GIFs, client compatibility, and hardware scaling point --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f1931ac..063d10e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ `devcontainer-mcp` is an MCP server that lets AI coding agents create, manage, and work inside [dev containers](https://containers.dev/) across three backends: local Docker, [DevPod](https://devpod.sh/), and [GitHub Codespaces](https://github.com/features/codespaces). The agent builds, tests, and ships code in an isolated container — your laptop stays clean. +

+ devcontainer-mcp local Docker demo +

+ +> Works with **GitHub Copilot**, **Claude**, **Cursor**, and any MCP-compatible client. + ## The Problem When AI agents write code, they need to run it somewhere. Today that means your host machine: @@ -14,6 +20,7 @@ When AI agents write code, they need to run it somewhere. Today that means your - 🔴 **"Works on my machine"** — agents assume your local toolchain matches production - 🔴 **No isolation** — one project's dependencies break another - 🔴 **Security risk** — agents run arbitrary commands with your user privileges +- 🔴 **Hardware constraints** — you're limited to your local machine's resources ## The Solution @@ -36,6 +43,10 @@ Agent: "Let me build this project..." ## Quick Install +

+ devcontainer-mcp install demo +

+ ### Linux / macOS ```bash @@ -79,6 +90,10 @@ graph TD ## Three Backends, One Interface +

+ devcontainer-mcp Codespaces demo +

+ | Backend | Best for | Requires | Auth needed? | |---------|----------|----------|:---:| | **devcontainer CLI** (`devcontainer_*`) | Local Docker — fast, simple | [@devcontainers/cli](https://github.com/devcontainers/cli) + Docker | No | From 12054c5ecf25c082c46cf073eb94d79cabb2ec1d Mon Sep 17 00:00:00 2001 From: aniongithub Date: Sat, 9 May 2026 20:23:55 -0700 Subject: [PATCH 2/3] Add website badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 063d10e..88638ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # devcontainer-mcp [![CI](https://github.com/aniongithub/devcontainer-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/aniongithub/devcontainer-mcp/actions/workflows/ci.yml) +[![Website](https://img.shields.io/badge/website-anonline.me-blue)](https://www.anonline.me/devcontainer-mcp) **Give your AI agent its own dev environment — not yours.** From a140bfdd23c439cd954ea053ea8c82f30ebad721 Mon Sep 17 00:00:00 2001 From: aniongithub Date: Sat, 9 May 2026 20:25:36 -0700 Subject: [PATCH 3/3] Fix website badge text to show devcontainer-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88638ea..b7f12fd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # devcontainer-mcp [![CI](https://github.com/aniongithub/devcontainer-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/aniongithub/devcontainer-mcp/actions/workflows/ci.yml) -[![Website](https://img.shields.io/badge/website-anonline.me-blue)](https://www.anonline.me/devcontainer-mcp) +[![Website](https://img.shields.io/badge/website-devcontainer--mcp-blue)](https://www.anonline.me/devcontainer-mcp) **Give your AI agent its own dev environment — not yours.**