← Index

Komodo MCP Server

io.github.MP-Tool/komodo-mcp-server·v1.2.2·Docker & Containers
Quality Score
91
/100

MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "komodo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "komodo-mcp-server"
      ],
      "env": {
        "KOMODO_URL": "<komodo_url>",
        "KOMODO_USERNAME": "<komodo_username>",
        "KOMODO_PASSWORD": "<your-komodo_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "komodo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "komodo-mcp-server"
      ],
      "env": {
        "KOMODO_URL": "<komodo_url>",
        "KOMODO_USERNAME": "<komodo_username>",
        "KOMODO_PASSWORD": "<your-komodo_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y komodo-mcp-server
Claude Desktop (Docker)
{
  "mcpServers": {
    "komodo-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mp-tool/komodo-mcp-server:1.2.2"
      ],
      "env": {
        "KOMODO_URL": "<komodo_url>",
        "KOMODO_USERNAME": "<komodo_username>",
        "KOMODO_PASSWORD": "<your-komodo_password>"
      }
    }
  }
}
§02  Environment variables
KOMODO_URL
required

Komodo Core server URL (e.g., http://host.docker.internal:9120)

KOMODO_USERNAME
required

Komodo username for authentication

KOMODO_PASSWORD
requiredsecret

Komodo password for authentication

KOMODO_URL
required

Komodo Core server URL (e.g., http://host.docker.internal:9120)

KOMODO_USERNAME
required

Komodo username for authentication

KOMODO_PASSWORD
requiredsecret

Komodo password for authentication

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Docker & Containers