Komodo MCP Server
About
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
KOMODO_URL KOMODO_API_KEY KOMODO_API_SECRET KOMODO_USERNAME KOMODO_PASSWORDClaude Code
claude mcp add --env KOMODO_URL= --env KOMODO_API_KEY= --env KOMODO_API_SECRET= --env KOMODO_USERNAME= --env KOMODO_PASSWORD= komodo-mcp-server -- npx komodo-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"komodo-mcp-server","command":"npx","args":["komodo-mcp-server"],"env":{"KOMODO_URL":"","KOMODO_API_KEY":"","KOMODO_API_SECRET":"","KOMODO_USERNAME":"","KOMODO_PASSWORD":""}}'
JSON
{
"mcpServers": {
"komodo-mcp-server": {
"command": "npx",
"args": [
"komodo-mcp-server"
],
"env": {
"KOMODO_URL": "",
"KOMODO_API_KEY": "",
"KOMODO_API_SECRET": "",
"KOMODO_USERNAME": "",
"KOMODO_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.