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 claude_desktop_config.json
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 under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.