mcpbeat Sign in

Komodo MCP Server

local only

Komodo MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 153 installs a week from npm. Last commit 11 Aug 2026.

MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI

Installs per day peak 33 · avg 15 · +27% w/w
a month agotoday
153
Installs / week
npm · komodo-mcp-server
33
Stars
3 open issues
11 Aug 2026
Last commit
0 releases in 90 days
GPL-3.0
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/publish-mcp-registry.yml:92
      - name: Update server.json with current version
        env:
          VERSION: ${{ steps.version.outputs.version }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Komodo MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add komodo-mcp-server -- npx -y komodo-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "komodo-mcp-server": {
      "args": [
        "-y",
        "komodo-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.komodo-mcp-server]
command = "npx"
args = ["-y", "komodo-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "komodo-mcp-server": {
      "args": [
        "-y",
        "komodo-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "komodo-mcp-server": {
      "args": [
        "-y",
        "komodo-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KOMODO_URL (Komodo Core API URL), KOMODO_API_KEY (API key for key-based authentication (recommended)), KOMODO_API_SECRET (API secret for key-based authentication (recommended)), KOMODO_USERNAME (Username for login authentication (alternative to API key)), KOMODO_PASSWORD (Password for login authentication (alternative to API key)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Komodo MCP Server

same job, measured the same way
Arcane RMCP
by dinglebear

Rust MCP server and CLI for Arcane Docker and container management.

local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

225 installs/wk local only
Docker
by ofershap

MCP server for Docker — manage containers, images, volumes, and compose services from your IDE

193 installs/wk local only
Docker MCP
by alisaitteke

MCP server for managing Docker containers, images, networks, volumes, and registries

88 installs/wk local only
Docker MCP Server
by friendlygeorge

MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents

78 installs/wk local only
Docker MCP Server
by l337-org

Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.

540 installs/wk local only
Maildev MCP
by pierre3

MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.

local only
CloudPepper
by cloudpepper

Manage CloudPepper servers, Odoo instances, backups, and deployments over MCP.

answering

Komodo MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Komodo MCP Server?
Komodo MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package komodo-mcp-server was installed 153 times last week.
How do I connect Komodo MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls komodo-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Komodo MCP Server?
The npm package komodo-mcp-server was installed 153 times in the last week. Week over week that is +27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Komodo MCP Server open source?
Yes — it is published under the GPL-3.0 licence, written in TypeScript, 33 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.