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 instanceKOMODO_API_KEYrequiredAPI Key for HMAC authenticationKOMODO_API_SECRETrequiredAPI Secret for HMAC authenticationConfiguration
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.