@thelord/mcp-server-docker-npx
Version:
🐋 Docker MCP Server with NPX support - Manage Docker containers, images, networks, and volumes with natural language. Includes Docker socket access and remote Docker support via SSH/TCP.
83 lines (82 loc) • 2.22 kB
JSON
{
"name": "@thelord/mcp-server-docker-npx",
"version": "0.4.0",
"description": "🐋 Docker MCP Server with NPX support - Manage Docker containers, images, networks, and volumes with natural language. Includes Docker socket access and remote Docker support via SSH/TCP.",
"main": "bin/mcp-server-docker.js",
"bin": {
"mcp-server-docker": "./bin/mcp-server-docker.js",
"mcp-docker": "./bin/mcp-server-docker.js"
},
"scripts": {
"start": "node bin/mcp-server-docker.js",
"test": "node bin/mcp-server-docker.js --help",
"install-python": "python -m pip install mcp-server-docker",
"install-uv": "uv tool install mcp-server-docker",
"postinstall": "echo '🐋 MCP Docker Server installed! Usage: npx mcp-server-docker --help'",
"prepublishOnly": "npm test"
},
"dependencies": {},
"peerDependenciesMeta": {
"python": {
"optional": true
}
},
"keywords": [
"mcp",
"docker",
"containers",
"docker-management",
"model-context-protocol",
"claude",
"ai",
"llm",
"automation",
"devops",
"infrastructure",
"docker-socket",
"docker-in-docker",
"remote-docker",
"ssh-docker",
"npx",
"cli"
],
"author": {
"name": "Gilberth H",
"email": "your-email@example.com",
"url": "https://github.com/gilberth"
}, "contributors": [
{
"name": "Gilbert H",
"email": "your-email@example.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gilberth/mcp-server-docker.git"
},
"bugs": {
"url": "https://github.com/gilberth/mcp-server-docker/issues"
},
"homepage": "https://github.com/gilberth/mcp-server-docker#readme", "files": [
"bin/",
"README.md",
"LICENSE",
"NPX_SETUP.md",
"DOCKER_SOCKET_GUIDE.md"
],
"engines": {
"node": ">=16.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"preferGlobal": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}