Skip to content
Cursor

Docker MCP Server for Cursor

io.github.l337-org/docker-mcp-server

Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.

client:Cursor transport:stdio runtime:pypi

Install Docker MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "docker-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "docker-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Docker MCP Server in other clients