Skip to content
Cursor

Komodo MCP Server for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install Komodo MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Komodo MCP Server in other clients