komodo-mcp-server

MP-Tool/komodo-mcp-server
★ 5 stars TypeScript 🤖 AI/LLM Updated today
Model Context Protocol Server for Komodo 🦎 - Enables AI assistants to interact with Docker containers, deployments, stacks, and servers managed by Komodo.
View on GitHub →

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"
      ]
    }
  }
}