Skip to content
Grok

Komodo MCP Server for Grok

io.github.mp-tool/komodo-mcp-server

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

client:Grok transport:stdio runtime:npm

Install Komodo MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "komodo-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "komodo-mcp-server"
      ],
      "env": {
        "KOMODO_URL": "<KOMODO_URL>",
        "KOMODO_API_KEY": "<KOMODO_API_KEY>",
        "KOMODO_API_SECRET": "<KOMODO_API_SECRET>",
        "KOMODO_USERNAME": "<KOMODO_USERNAME>",
        "KOMODO_PASSWORD": "<KOMODO_PASSWORD>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Komodo MCP Server in other clients