Docker MCP Server
Rank #9,699io.github.friendlygeorge/docker-mcp-server
MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents
Docker MCP Server is a Model Context Protocol (MCP) server published by friendlygeorge. It ranks #9,699 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Docker MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Jun 15, 2026.
Ranks ahead of 105,761 of 115,460 servers on MCP Toplist.
Use Docker MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add docker-mcp-server -e "DOCKER_HOST=<your DOCKER_HOST>" -- npx -y @supernova123/docker-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.docker-mcp-server]
command = "npx"
args = ["-y", "@supernova123/docker-mcp-server"]
[mcp_servers.docker-mcp-server.env]
DOCKER_HOST = "<your DOCKER_HOST>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"docker-mcp-server": {
"command": "npx",
"args": [
"-y",
"@supernova123/docker-mcp-server"
],
"env": {
"DOCKER_HOST": "<your DOCKER_HOST>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"docker-mcp-server": {
"command": "npx",
"args": [
"-y",
"@supernova123/docker-mcp-server"
],
"env": {
"DOCKER_HOST": "<your DOCKER_HOST>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"docker-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@supernova123/docker-mcp-server"
],
"env": {
"DOCKER_HOST": "<your DOCKER_HOST>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"docker-mcp-server": {
"command": "npx",
"args": [
"-y",
"@supernova123/docker-mcp-server"
],
"env": {
"DOCKER_HOST": "<your DOCKER_HOST>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"docker-mcp-server": {
"command": "npx",
"args": [
"-y",
"@supernova123/docker-mcp-server"
],
"env": {
"DOCKER_HOST": "<your DOCKER_HOST>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.friendlygeorge%2Fdocker-mcp-server)<a href="https://mcptoplist.com/server/io.github.friendlygeorge%2Fdocker-mcp-server"><img src="https://mcptoplist.com/badge/io.github.friendlygeorge%2Fdocker-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
friendlygeorge
Other servers by friendlygeorge
- Resend MCP Server#19,125 · 1 ver
- CoinGecko MCP Server#19,662 · 1 ver
- etherscan-mcp-server#19,663 · 1 ver
- DeFi Llama MCP Server#20,464 · 1 ver
- Jobber MCP Server#21,310 · 1 ver
- plausible-mcp-server#26,212 · 1 ver
- posthog-mcp-server#26,213 · 1 ver
- Jira MCP Server#28,068 · 1 ver
- Stripe MCP Server#31,118 · 1 ver
- sentry-mcp-server#35,643 · 1 ver
- Security Scanner MCP Server#38,907
- GraphQL MCP Server#98,768
Available versions (1)
| Version | Published |
|---|---|
| 0.3.5 | Jun 15, 2026 |
Frequently asked questions
- Who maintains Docker MCP Server?
- Docker MCP Server is maintained by friendlygeorge, which publishes 14 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Docker MCP Server listed on the Official MCP Registry?
- Yes — Docker MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Docker MCP Server have?
- MCP Toplist tracks 1 version of Docker MCP Server, most recently published on Jun 15, 2026.
- Where can I find the source code for Docker MCP Server?
- The source code for Docker MCP Server is hosted at github.com/friendlygeorge/docker-mcp-server.