Skip to content

Conversation

@cliffhall
Copy link
Member

@cliffhall cliffhall commented Dec 13, 2025

Summary

Update the docker launch command in the README.md to

docker run --rm \
  -p 127.0.0.1:6274:6274 \
  -p 127.0.0.1:6277:6277 \
  -e HOST=0.0.0.0 \
  -e MCP_AUTO_OPEN_ENABLED=false \
  ghcr.io/modelcontextprotocol/inspector:latest

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Refactoring (no functional changes)
  • Test updates
  • Build/CI improvements

Related Issues

Although the existing command did work at one time, people have been getting "Docker Connection Refused" issues. I researched it and found the appropriate command to use. #828 (comment)

Additional Context

This fixes #828

@DanielJonesEB
Copy link

Just gonna drop a message to say thanks, because I stumbled across this problem and I'm glad it's being fixed 😄

@olaservo olaservo merged commit f5d9c18 into modelcontextprotocol:main Dec 18, 2025
5 checks passed
@cliffhall cliffhall deleted the update-readme-about-docker branch December 18, 2025 16:53
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.

Docker container connection refused

3 participants