
Komodo MCP Server
Run and adjust Komodo deployments from your agent—restart stacks, inspect services, and apply infra changes without opening the Komodo dashboard alone.
Overview
Komodo MCP Server is an MCP server for the Operate phase that connects agents to a Komodo instance using URL, API key, and API secret over stdio.
What is this MCP server?
- Manage Komodo through AI assistants
- KOMODO_URL, KOMODO_API_KEY, and KOMODO_API_SECRET environment variables
- npm @samik081/mcp-komodo v0.7.1 and OCI ghcr.io/samik081/mcp-komodo:0.7.1
- stdio transport for local agent workflows
- Node runtime on npm package
- Published version 0.7.1
- 3 required environment variables: KOMODO_URL, KOMODO_API_KEY, KOMODO_API_SECRET
- npm @samik081/mcp-komodo and OCI image distribution
Community signal: 5 GitHub stars.
What problem does it solve?
Day-two deploy platforms force you out of the IDE to click Komodo while logs and fixes live in the agent chat.
Who is it for?
Self-hosters and indie operators already on Komodo who want MCP-driven infra changes next to their coding agent.
Skip if: Builders on Vercel-only or raw kubectl workflows with no Komodo instance, or teams that forbid API keys in local MCP configs.
What do I get? / Deliverables
Configured MCP credentials let your agent perform Komodo management actions in context during operate and iterate sessions.
- Agent-triggered Komodo operational commands
- Faster correlation between app fixes and platform state
- Infra change history in agent conversation logs
Recommended MCP Servers
Journey fit
How it compares
Komodo platform MCP bridge, not a generic Dockerfile skill or CI pipeline template.
Common Questions / FAQ
Who is mcp-komodo for?
Solo builders running apps on Komodo who use Claude Code, Cursor, or Codex for deploy and infra work.
When should I use mcp-komodo?
Use it in Operate when you need to inspect or change Komodo-managed services during incidents, scaling tweaks, or infra iteration.
How do I add mcp-komodo to my agent?
Set KOMODO_URL, KOMODO_API_KEY, and KOMODO_API_SECRET, then add @samik081/mcp-komodo or the ghcr.io image with stdio in your MCP client.