Install one command
$ npx @smithery/cli install docker-mcp --client claude
Or add it with the Claude CLI: claude mcp add quantgeekdev-docker-mcp
Configuration generate & copy
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json {
"mcpServers": {
"quantgeekdev-docker-mcp": {
"command": "npx",
"args": ["@smithery/cli", "install", "docker-mcp", "--client", "claude"],
"env": {
"ENV_VAR": "<your-env-var>"
}
}
}
}Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.