Docker MCP Server
Rank #10,036io.github.hypnosis/docker-mcp-server
Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.
Docker MCP Server is a Model Context Protocol (MCP) server published by hypnosis. It ranks #10,036 of 115,591 servers tracked on MCP Toplist. Docker MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jan 9, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 105,555 of 115,591 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_MCP_PROFILES_FILE=<your DOCKER_MCP_PROFILES_FILE>" -e "DOCKER_PROFILES=<your DOCKER_PROFILES>" -e "DOCKER_MCP_ALLOW_SSH_FALLBACK=<your DOCKER_MCP_ALLOW_SSH_FALLBACK>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y @hypnosis/docker-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.docker-mcp-server]
command = "npx"
args = ["-y", "@hypnosis/docker-mcp-server"]
[mcp_servers.docker-mcp-server.env]
DOCKER_MCP_PROFILES_FILE = "<your DOCKER_MCP_PROFILES_FILE>"
DOCKER_PROFILES = "<your DOCKER_PROFILES>"
DOCKER_MCP_ALLOW_SSH_FALLBACK = "<your DOCKER_MCP_ALLOW_SSH_FALLBACK>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"docker-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hypnosis/docker-mcp-server"
],
"env": {
"DOCKER_MCP_PROFILES_FILE": "<your DOCKER_MCP_PROFILES_FILE>",
"DOCKER_PROFILES": "<your DOCKER_PROFILES>",
"DOCKER_MCP_ALLOW_SSH_FALLBACK": "<your DOCKER_MCP_ALLOW_SSH_FALLBACK>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}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",
"@hypnosis/docker-mcp-server"
],
"env": {
"DOCKER_MCP_PROFILES_FILE": "<your DOCKER_MCP_PROFILES_FILE>",
"DOCKER_PROFILES": "<your DOCKER_PROFILES>",
"DOCKER_MCP_ALLOW_SSH_FALLBACK": "<your DOCKER_MCP_ALLOW_SSH_FALLBACK>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}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",
"@hypnosis/docker-mcp-server"
],
"env": {
"DOCKER_MCP_PROFILES_FILE": "<your DOCKER_MCP_PROFILES_FILE>",
"DOCKER_PROFILES": "<your DOCKER_PROFILES>",
"DOCKER_MCP_ALLOW_SSH_FALLBACK": "<your DOCKER_MCP_ALLOW_SSH_FALLBACK>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}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",
"@hypnosis/docker-mcp-server"
],
"env": {
"DOCKER_MCP_PROFILES_FILE": "<your DOCKER_MCP_PROFILES_FILE>",
"DOCKER_PROFILES": "<your DOCKER_PROFILES>",
"DOCKER_MCP_ALLOW_SSH_FALLBACK": "<your DOCKER_MCP_ALLOW_SSH_FALLBACK>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"docker-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hypnosis/docker-mcp-server"
],
"env": {
"DOCKER_MCP_PROFILES_FILE": "<your DOCKER_MCP_PROFILES_FILE>",
"DOCKER_PROFILES": "<your DOCKER_PROFILES>",
"DOCKER_MCP_ALLOW_SSH_FALLBACK": "<your DOCKER_MCP_ALLOW_SSH_FALLBACK>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}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.hypnosis%2Fdocker-mcp-server)<a href="https://mcptoplist.com/server/io.github.hypnosis%2Fdocker-mcp-server"><img src="https://mcptoplist.com/badge/io.github.hypnosis%2Fdocker-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hypnosis
Other servers by hypnosis
View all hypnosis servers →Available versions (1)
| Version | Published |
|---|---|
| 2.0.1 | Aug 24, 2026 |
Frequently asked questions
- Who maintains Docker MCP Server?
- Docker MCP Server is maintained by hypnosis, which publishes 2 MCP servers (7 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.
- How many versions does Docker MCP Server have?
- MCP Toplist tracks 1 version of Docker MCP Server, most recently published on Aug 24, 2026.
- Where can I find the source code for Docker MCP Server?
- The source code for Docker MCP Server is hosted at github.com/hypnosis/docker-mcp-server.