Komodo MCP Server

$npx -y @secure-iss/komodo-mcp
README.md

Natural language management of servers, deployments, and build pipelines.

Enables natural language management of servers, deployments, and build pipelines through the Komodo infrastructure platform. It provides over 60 tools for automated workflows, real-time monitoring, and secure HMAC-authenticated infrastructure control.

Environment Variables

KOMODO_BASE_URLrequiredThe base URL of your Komodo infrastructure platform instance
KOMODO_API_KEYrequiredAPI Key for HMAC authentication
KOMODO_API_SECRETrequiredAPI Secret for HMAC authentication

Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "komodo": {
      "command": "npx",
      "args": ["-y", "@secure-iss/komodo-mcp"],
      "env": {
        "KOMODO_BASE_URL": "your_komodo_url",
        "KOMODO_API_KEY": "your_api_key",
        "KOMODO_API_SECRET": "your_api_secret"
      }
    }
  }
}

Try it

List all active deployments in my Komodo infrastructure.
Check the status of the latest build pipeline.
Trigger a new deployment for the production server.
Show me the real-time monitoring logs for my application server.
List all servers currently managed by the Komodo platform.

Frequently Asked Questions

How do I install Komodo MCP Server?

Install Komodo MCP Server by running: npx -y @secure-iss/komodo-mcp

What MCP clients work with Komodo MCP Server?

Komodo MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Komodo MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free