Komodo MCP Server

Komodo MCP Server

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.

Category
Visit Server

README

Komodo MCP Server

Model Context Protocol (MCP) server for Komodo - enabling natural language infrastructure management through Claude.

Control your servers, deployments, builds, and infrastructure using conversational AI instead of complex API calls.

Features

  • 60+ MCP tools across 6 modules
  • Natural language server management
  • Automated deployment workflows
  • Real-time monitoring and alerts
  • Build pipeline integration
  • HMAC-based secure authentication
  • Automatic retry logic
  • Type-safe TypeScript implementation

Quick Start

Installation

# Clone the repository
git clone https://github.com/your-org/komodo-mcp.git
cd komodo-mcp

# Install dependencies
npm install

# Build the server
npm run build

Configuration

Create a .env file with your Komodo credentials:

KOMODO_URL=https://your-komodo-instance.com
KOMODO_API_KEY=your-api-key
KOMODO_API_SECRET=your-api-secret

Add to Claude

Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "komodo": {
      "command": "node",
      "args": ["C:/absolute/path/to/komodo-mcp/dist/index.js"],
      "env": {
        "KOMODO_URL": "https://your-komodo-instance.com",
        "KOMODO_API_KEY": "your-api-key",
        "KOMODO_API_SECRET": "your-api-secret"
      }
    }
  }
}

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

Claude Code (CLI)

claude mcp add komodo -- node /absolute/path/to/komodo-mcp/dist/index.js

Then set environment variables in your shell profile.

First Commands

Ask Claude to interact with your Komodo infrastructure:

"Show me all my servers"
"Deploy my API to production"
"What critical alerts do I have?"
"Restart the database server"
"Build version 2.5.0 and deploy to staging"

Available Tools

Read Module (16 tools)

Read-only access to all Komodo resources:

Servers

  • komodo_read_ListServers - List all servers with filtering
  • komodo_read_GetServer - Get detailed server information

Deployments

  • komodo_read_ListDeployments - List deployments
  • komodo_read_GetDeployment - Get deployment details

Stacks

  • komodo_read_ListStacks - List Docker Compose stacks
  • komodo_read_GetStack - Get stack configuration

Builds

  • komodo_read_ListBuilds - List build configurations
  • komodo_read_GetBuild - Get build details and history

Repositories

  • komodo_read_ListRepos - List connected repositories
  • komodo_read_GetRepo - Get repository information

Procedures

  • komodo_read_ListProcedures - List automation procedures
  • komodo_read_GetProcedure - Get procedure details

Actions

  • komodo_read_ListActions - List configured actions
  • komodo_read_GetAction - Get action configuration

Alerts

  • komodo_read_ListAlerts - List system alerts
  • komodo_read_GetAlert - Get detailed alert information

Execute Module (9 tools)

Trigger actions and manage infrastructure:

Deployments

  • komodo_execute_Deploy - Execute a deployment

Builds

  • komodo_execute_Build - Trigger a build process

Server Lifecycle

  • komodo_execute_StartServer - Start a server
  • komodo_execute_StopServer - Stop a server
  • komodo_execute_RestartServer - Restart a server

Procedures

  • komodo_execute_RunProcedure - Execute a procedure

Actions

  • komodo_execute_TriggerAction - Trigger an action

Repository Operations

  • komodo_execute_PullRepo - Pull latest repository changes
  • komodo_execute_CloneRepo - Clone a repository

Usage Examples

Server Management

User: Check the health of all production servers

Claude: [Lists all servers with status, CPU, memory metrics]
        [Highlights any issues or alerts]
        [Suggests actions if needed]

User: Restart the database server

Claude: [Executes restart]
        [Monitors status]
        [Confirms healthy state]

Deployment Workflow

User: Deploy version 2.5.0 to staging then production

Claude: [Triggers build for v2.5.0]
        [Deploys to staging]
        [Runs health checks]
        [Waits for approval]
        [Deploys to production]
        [Verifies all instances]

Monitoring

User: Give me a complete infrastructure health report

Claude: [Analyzes all servers]
        [Checks all deployments]
        [Reviews active alerts]
        [Generates comprehensive report]
        [Recommends actions]

See EXAMPLES.md for more real-world scenarios.

Documentation

User Guides

Technical Documentation

Development

Requirements

  • Node.js 20+
  • TypeScript 5+
  • npm 9+

Build

npm run build          # Build for production
npm run dev            # Build and watch for changes
npm run clean          # Clean build artifacts

Testing

npm test               # Run all tests
npm run test:watch     # Run tests in watch mode
npm run test:coverage  # Generate coverage report

Linting & Formatting

npm run lint           # Check code style
npm run lint:fix       # Fix code style issues
npm run format         # Format code with Prettier
npm run format:check   # Check code formatting
npm run typecheck      # TypeScript type checking

Environment Variables

Required

Variable Description Example
KOMODO_URL Komodo API base URL https://komodo.example.com
KOMODO_API_KEY API key for authentication km_key_abc123...
KOMODO_API_SECRET API secret for HMAC signing km_secret_xyz789...

Optional

Variable Description Default
KOMODO_TIMEOUT Request timeout (ms) 30000
KOMODO_RETRY_COUNT Number of retries on failure 3
KOMODO_RETRY_DELAY Delay between retries (ms) 1000
KOMODO_LOG_LEVEL Logging level info
KOMODO_SSL_VERIFY Verify SSL certificates true

See ENVIRONMENT.md for complete configuration details.

License

MIT License - see LICENSE file for details.

Support

Acknowledgments


Built with ❤️ for the Komodo community

Start managing your infrastructure naturally - no more complex API calls, just conversation with Claude.

Get started: Quick Start | Documentation | Examples

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured