Komodo MCP Server✓
io.github.MP-Tool/komodo-mcp-server · v1.2.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.MP-Tool/komodo-mcp-server",
"description": "MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI",
"title": "Komodo MCP Server",
"repository": {
"url": "https://github.com/MP-Tool/komodo-mcp-server",
"source": "github"
},
"version": "1.2.2",
"websiteUrl": "https://github.com/MP-Tool/komodo-mcp-server",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "komodo-mcp-server",
"version": "1.2.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Komodo Core server URL (e.g., http://host.docker.internal:9120)",
"isRequired": true,
"name": "KOMODO_URL"
},
{
"description": "Komodo username for authentication",
"isRequired": true,
"name": "KOMODO_USERNAME"
},
{
"description": "Komodo password for authentication",
"isRequired": true,
"isSecret": true,
"name": "KOMODO_PASSWORD"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/mp-tool/komodo-mcp-server:1.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Komodo Core server URL (e.g., http://host.docker.internal:9120)",
"isRequired": true,
"name": "KOMODO_URL"
},
{
"description": "Komodo username for authentication",
"isRequired": true,
"name": "KOMODO_USERNAME"
},
{
"description": "Komodo password for authentication",
"isRequired": true,
"isSecret": true,
"name": "KOMODO_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}