What is the Docker MCP Server MCP server?
MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents
How to install Docker MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
DOCKER_HOSTDocker socket path (default: /var/run/docker.sock)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"docker-mcp-server": {
"command": "npx",
"args": [
"-y",
"@supernova123/docker-mcp-server"
],
"env": {
"DOCKER_HOST": "<YOUR_DOCKER_HOST>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"docker-mcp-server": {
"command": "npx",
"args": [
"-y",
"@supernova123/docker-mcp-server"
],
"env": {
"DOCKER_HOST": "<YOUR_DOCKER_HOST>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"docker-mcp-server": {
"command": "npx",
"args": [
"-y",
"@supernova123/docker-mcp-server"
],
"env": {
"DOCKER_HOST": "<YOUR_DOCKER_HOST>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"docker-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@supernova123/docker-mcp-server"
],
"env": {
"DOCKER_HOST": "<YOUR_DOCKER_HOST>"
}
}
}
}Claude Code
claude mcp add docker-mcp-server --env DOCKER_HOST=<YOUR_DOCKER_HOST> -- npx -y @supernova123/docker-mcp-serverRelated MCP servers
MCP server for CoinGecko cryptocurrency data API
View repository →MCP server for DeFi Llama — free DeFi TVL, yields, stablecoins, bridges, DEX, and fee data for AI...
View repository →MCP server for Etherscan — Ethereum blockchain explorer API for AI assistants
View repository →MCP server for Jira — search, create, update, transition issues, manage projects, boards, and spr...
View repository →MCP server for Jobber (home services SaaS) — exposes tools for clients, jobs, invoices, and quote...
View repository →MCP server for Plausible Analytics — privacy-friendly web analytics. 12 tools for traffic, conver...
View repository →