komodo-mcp-server

MP-Tool/komodo-mcp-server
★ 5 stars TypeScript AI/LLM Updated 1mo ago
Model Context Protocol Server for Komodo 🦎 - Enables AI assistants to interact with Docker containers, deployments, stacks, and servers managed by Komodo.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "komodo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "MP-Tool/komodo-mcp-server"
      ]
    }
  }
}