PluginBench
MCP Server
Maintained

io.github.alisaitteke/docker-mcp MCP Server

io.github.alisaitteke/docker-mcp

What is the io.github.alisaitteke/docker-mcp MCP server?

MCP server for managing Docker containers, images, networks, volumes, and registries

How to install io.github.alisaitteke/docker-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/docker-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "docker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/docker-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "docker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/docker-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "docker-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/docker-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add docker-mcp -- npx -y @alisaitteke/docker-mcp

Related MCP servers

Control Adobe Photoshop from AI assistants via natural language commands in your IDE or standalone web UI.

146
TypeScript
View repository →

MCP server for The Noun Project - search and download icons directly in Cursor AI and Claude

3
TypeScript
MIT
View repository →

MCP server for npm package management, security analysis, and compatibility checking

3
TypeScript
MIT
View repository →