Home › Cloud & Monitoring › Komodo MCP Server
Komodo MCP Server
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.5.0)
npx -y komodo-mcp-server@1.5.0
Or add to your MCP client config:
{
"mcpServers": {
"komodo-mcp-server": {
"command": "npx",
"args": [
"-y",
"komodo-mcp-server@1.5.0"
],
"env": {
"KOMODO_URL": "<YOUR_VALUE>",
"KOMODO_API_KEY": "<YOUR_VALUE>",
"KOMODO_API_SECRET": "<YOUR_VALUE>",
"KOMODO_USERNAME": "<YOUR_VALUE>",
"KOMODO_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
KOMODO_URLrequired — Komodo Core API URLKOMODO_API_KEYsecret — API key for key-based authentication (recommended)KOMODO_API_SECRETsecret — API secret for key-based authentication (recommended)KOMODO_USERNAMEsecret — Username for login authentication (alternative to API key)KOMODO_PASSWORDsecret — Password for login authentication (alternative to API key)
Package (oci)
docker run -i --rm ghcr.io/mp-tool/komodo-mcp-server:1.5.0
Or add to your MCP client config:
{
"mcpServers": {
"komodo-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mp-tool/komodo-mcp-server:1.5.0"
],
"env": {
"KOMODO_URL": "<YOUR_VALUE>",
"KOMODO_API_KEY": "<YOUR_VALUE>",
"KOMODO_API_SECRET": "<YOUR_VALUE>",
"KOMODO_USERNAME": "<YOUR_VALUE>",
"KOMODO_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
KOMODO_URLrequired — Komodo Core API URLKOMODO_API_KEYsecret — API key for key-based authentication (recommended)KOMODO_API_SECRETsecret — API secret for key-based authentication (recommended)KOMODO_USERNAMEsecret — Username for login authentication (alternative to API key)KOMODO_PASSWORDsecret — Password for login authentication (alternative to API key)
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
kubeshark
Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
Azure MCP Server
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
Data from the Official MCP Registry