komodo-mcp
Provides comprehensive tools for managing Docker-based infrastructure, including deployments, containers, images, networks, volumes, and Docker registries.
Enables management of Git providers and repositories, allowing for operations such as cloning, pulling, and building directly from source control.
Supports exporting infrastructure synchronization data and configurations from the Komodo platform into the TOML format.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@komodo-mcplist all active deployments and their current status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
komodo-mcp
MCP (Model Context Protocol) server for Komodo, a container and infrastructure management platform. Exposes Komodo's full API as MCP tools, enabling Claude Code and other MCP clients to manage deployments, stacks, servers, builds, and more.
Setup
1. Install dependencies and build
cd komodo-mcp
npm install
npm run build2. Configure environment variables
The server requires three environment variables:
Variable | Description |
| Base URL of your Komodo instance (e.g., |
| API key from Komodo |
| API secret from Komodo |
Generate an API key pair in Komodo under Settings > API Keys.
3. Register with Claude Code
Add to your Claude Code MCP config (~/.claude/claude_desktop_config.json or project-level):
{
"mcpServers": {
"komodo": {
"command": "node",
"args": ["/path/to/komodo-mcp/dist/index.js"],
"env": {
"KOMODO_URL": "https://komodo.example.com",
"KOMODO_API_KEY": "your-api-key",
"KOMODO_API_SECRET": "your-api-secret"
}
}
}
}Tool Reference
Tools are grouped by resource domain with an action parameter to keep the tool count manageable (~45 tools instead of 250+).
Read Tools (Query & Inspection)
Tool | Actions |
| list, get, get_container, get_log, search_log, get_stats, get_summary |
| list, get, get_log, search_log, list_services, get_summary |
| list, get, get_state, get_stats, get_system_info, list_processes, get_summary |
| list, get, list_versions, get_summary |
| list, get, get_summary |
| list, list_all, get_log, search_log, inspect |
| list, inspect |
| list, inspect |
| list, inspect |
| list |
| list, get, get_summary |
| list, get, get_summary |
| list, get, get_summary |
| list, get, get_summary, export_toml, export_all_toml |
| list, get, get_summary, inspect, list_nodes, list_services, list_stacks, list_networks, list_configs, list_secrets |
| list, find, get_username, list_api_keys |
| list, get |
| get, list |
| list, get |
| list, get |
| list, get |
| list, get, get_summary |
| list, list_from_config, get |
| list, list_from_config, get |
| get_version, get_core_info, list_schedules, list_secrets, list_terminals, list_updates, get_update, get_docker_summary, find_resource |
Write Tools (Create, Update, Delete)
Tool | Actions |
| create, update, delete, copy, rename, create_from_container |
| create, update, delete, copy, rename, write_file, check_update |
| create, update, delete, copy, rename |
| create, update, delete, copy, rename, write_file, refresh_cache |
| create, update, delete, copy, rename, refresh_cache |
| create, update, delete, copy, rename |
| create, update, delete, copy, rename |
| create, update, delete, copy, rename |
| create, update, delete, copy, rename, write_file, commit, refresh_pending |
| create, update, delete, copy, rename |
| create, update, delete, copy, rename |
| create, update, delete |
| create, update, delete |
| create_local, create_service, delete, update_admin, create_api_key, delete_api_key |
| create, delete, rename, add_user, remove_user |
| update_on_target |
| create, delete, update_value, update_description |
| create, delete, rename |
| close |
| create |
Execute Tools (Lifecycle & Operations)
Tool | Actions |
| deploy, start, stop, restart, pause, unpause, pull, destroy |
| deploy, deploy_if_changed, start, stop, restart, pause, unpause, pull, destroy, run_service |
| start, stop, restart, pause, unpause, destroy, start_all, stop_all, restart_all |
| run, cancel |
| clone, pull, build, cancel_build |
| run |
| run |
| run |
| test, send_alert |
| delete, prune |
| delete, prune |
| delete, prune |
| create_config, create_secret, remove_services, remove_stacks |
| batch_deploy, batch_deploy_stack, batch_run_build, batch_run_action, batch_run_procedure, batch_destroy_deployment, batch_destroy_stack |
| backup_database, prune_system, prune_buildx, rotate_core_keys, rotate_all_server_keys, global_auto_update |
Usage Examples
# Ask Claude to list your deployments
"List all my Komodo deployments"
# Check server health
"Show me the CPU and memory stats for server prod-1"
# View stack logs
"Get the last 50 lines of logs for the monitoring stack"
# Deploy a stack
"Deploy the web-app stack"Development
npm run dev # Watch mode (recompile on changes)
npm run build # One-time build
npm start # Run the MCP serverThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/digital-grease/komodo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server