Komodo MCP Server
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-serverClaude 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_URLrequired
Komodo Core server URL (e.g., http://host.docker.internal:9120)
KOMODO_USERNAMErequired
Komodo username for authentication
KOMODO_PASSWORDrequiredsecret
Komodo password for authentication
KOMODO_URLrequired
Komodo Core server URL (e.g., http://host.docker.internal:9120)
KOMODO_USERNAMErequired
Komodo username for authentication
KOMODO_PASSWORDrequiredsecret
Komodo password for authentication
§03 MCP Quality Score · methodology
freshness
21
completeness
20
installability
25
documentation
15
stability
10
§04 Alternatives in Docker & Containers
io.github.Dave-London/docker
io.github.Dave-London/docker
Structured Docker operations (ps, images, logs, build) as typed JSON.
io.github.Dave-London/pare-docker
io.github.Dave-London/pare-docker
Pare Docker ג€” Structured Docker operations (ps, images, logs, build, compose) as typed JSON.
io.github.SepineTam/latex-mcp
io.github.SepineTam/latex-mcp
Enable AI agents to compile TeX files with LaTeX inside a Docker container.