Skip to content

Add Dockerfile for Docker MCP registry support#530

Closed
Jaketdaniels wants to merge 1 commit intoChromeDevTools:mainfrom
Jaketdaniels:add-dockerfile
Closed

Add Dockerfile for Docker MCP registry support#530
Jaketdaniels wants to merge 1 commit intoChromeDevTools:mainfrom
Jaketdaniels:add-dockerfile

Conversation

@Jaketdaniels
Copy link
Copy Markdown

This PR adds a Dockerfile to enable chrome-devtools-mcp to be added to the Docker MCP registry.

Changes

  • Added Dockerfile using Puppeteer base image (includes Chrome)
  • Configured for container deployment in Docker MCP toolkit
  • Follows MCP server containerization best practices

Motivation

This will allow chrome-devtools-mcp to be integrated into Docker Desktop's MCP Toolkit, providing a unified way to deploy and manage the server alongside other MCP servers.

Testing

The Dockerfile can be tested by building and running it locally:

docker build -t chrome-devtools-mcp .
docker run --rm -i chrome-devtools-mcp

- Use Puppeteer base image with Chrome pre-installed
- Build and run chrome-devtools-mcp server
- Enable Docker container deployment
@google-cla
Copy link
Copy Markdown

google-cla Bot commented Nov 6, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@Jaketdaniels
Copy link
Copy Markdown
Author

Closing - implementing locally instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant