Loading MCP server directory, please wait...
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
npx @getmcp/cli add io.github.MP-Tool/komodo-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
KOMODO_URLKomodo Core server URL (e.g., http://host.docker.internal:9120)
KOMODO_USERNAMEKomodo username for authentication
KOMODO_PASSWORDKomodo password for authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.MP-Tool/komodo-mcp-server": {
"command": "npx",
"args": [
"-y",
"komodo-mcp-server"
],
"env": {
"KOMODO_URL": "",
"KOMODO_USERNAME": "",
"KOMODO_PASSWORD": ""
}
}
}
}