You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have also faced this issue. Here is what worked for me on macOS:
Run docker info in the terminal. If it returns "ERROR: Cannot connect to the Docker daemon at unix:///Users/ronodeep/.docker/run/docker.sock. Is the docker daemon running?", it means Docker is not running or accessible.
On macOS, I installed Docker Desktop using Homebrew: brew install --cask docker.
Start Docker Desktop from the Applications folder or using Spotlight. Wait for Docker to finish starting up (the Docker icon should stop animating in the menu bar).
Once Docker is running, try restarting the MCP server from your mcp.json or settings.json.
After following these steps, the MCP server was able to connect to Docker successfully.
Describe the bug
When I click "Start server" for MCP, I get
[warning] [server stderr] docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock.
.Affected version
Please run
docker run -i --rm ghcr.io/github/github-mcp-server ./github-mcp-server --version
and paste the output belowSteps to reproduce the behavior
Expected vs actual behavior
I'd expect the server to start.
Logs
When I run the docker command myself I get the following:
vscode settings.json
The text was updated successfully, but these errors were encountered: