- Home
- MCP servers
- Komodo
Komodo
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"secure-iss-komodo-mcp": {
"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"
}
}
}
}Available tools
komodo_read_ListServers
Read module: List all servers with filtering to show status, metrics, and attributes.
komodo_read_GetServer
Read module: Retrieve detailed information for a specific server.
komodo_read_ListDeployments
Read module: List deployments with details.
komodo_read_GetDeployment
Read module: Get deployment details.
komodo_read_ListStacks
Read module: List Docker Compose stacks.
komodo_read_GetStack
Read module: Get stack configuration.
komodo_read_ListBuilds
Read module: List build configurations.
komodo_read_GetBuild
Read module: Get build details and history.
komodo_read_ListRepos
Read module: List connected repositories.
komodo_read_GetRepo
Read module: Get repository information.
komodo_read_ListProcedures
Read module: List automation procedures.
komodo_read_GetProcedure
Read module: Get procedure details.
komodo_read_ListActions
Read module: List configured actions.
komodo_read_GetAction
Read module: Get action configuration.
komodo_read_ListAlerts
Read module: List system alerts.
komodo_read_GetAlert
Read module: Get detailed alert information.
komodo_execute_Deploy
Execute module: Trigger a deployment.
komodo_execute_Build
Execute module: Trigger a build process.
komodo_execute_StartServer
Execute module: Start a server.
komodo_execute_StopServer
Execute module: Stop a server.
komodo_execute_RestartServer
Execute module: Restart a server.
komodo_execute_RunProcedure
Execute module: Run an automation procedure.
komodo_execute_TriggerAction
Execute module: Trigger an action.
komodo_execute_PullRepo
Execute module: Pull latest repository changes.
komodo_execute_CloneRepo
Execute module: Clone a repository.