Komodo MCP Server
@MP-Tool
关于 Komodo MCP Server
Manage your Docker or Podman deployments through Komodo with AI assistants and automation tools.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"komodo-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"KOMODO_URL=https://komodo.example.com:9120",
"-e",
"KOMODO_API_KEY=YOUR_API_KEY",
"-e",
"KOMODO_API_SECRET=YOUR_API_SECRET",
"ghcr.io/mp-tool/komodo-mcp-server:latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Komodo MCP Server?
Komodo MCP Server is a Model Context Protocol (MCP) server that enables AI assistants like Claude and GitHub Copilot to manage Docker or Podman deployments through Komodo, a container management platform. It allows natural language or automated workflows for container management, server orchestration, and deployment operations.
How to use Komodo MCP Server?
You can deploy it via Docker (recommended) using the provided Docker Compose example, or integrate it directly with Claude Desktop or VS Code by copying the configuration files from the examples/ directory and editing them with your Komodo credentials. For local development, clone the repository, install dependencies with npm install, build with npm run build, and start with npm start.
Key features of Komodo MCP Server
- Start, stop, restart containers across servers
- Deploy containers, updates, and Docker Compose stacks
- List all managed servers and get server statistics
- Works with any MCP client (Claude Desktop, VS Code Copilot, n8n)
- Dual transport support: Stdio and HTTP/SSE
- Security features: rate limiting, CORS validation, DNS rebinding protection
Use cases of Komodo MCP Server
- List all Komodo servers using natural language
- Show containers on a specific server
- Start, stop, or restart a container by name
- Deploy an application to a staging environment
- Get resource statistics for a development server
FAQ from Komodo MCP Server
What are the requirements to use Komodo MCP Server?
You need Komodo v1.19.5 or later, Docker (for containerized deployment), Node.js 20+ (for local development), and valid Komodo credentials (API Key/Secret or username/password).
What transports does Komodo MCP Server support?
It supports dual transport: Stdio (standard input/output) and HTTP/Server-Sent Events (SSE).
How do I configure credentials?
Credentials are set via environment variables in the configuration files (e.g., .env for Docker Compose, claude_desktop_config.json for Claude Desktop, or mcp.json for VS Code). Never commit credentials; use environment variables.
Is OpenTelemetry supported?
Yes, you can enable distributed tracing and metrics by setting environment variables like OTEL_ENABLED, OTEL_SERVICE_NAME, OTEL_EXPORTER_OTLP_ENDPOINT, and OTEL_DEBUG.
Can I use Komodo MCP Server with n8n automation?
The README notes that pre-built n8n workflows are coming soon. The server is compatible with any MCP client, so n8n integration is possible.
云与基础设施 分类下的更多 MCP 服务器
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
评论