Mmcp.market

Komodo MCP Server

by Samik081·io.github.Samik081/mcp-komodo·v0.8.1

Manage Komodo through AI assistants

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

6 stars70 downloads/wk

Reviews

Write one

Nobody has reviewed Komodo MCP Server yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Komodo MCP Server tools (63, 18 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • komodo_cancel_buildwrite action

    Cancel a running Komodo Build. Stops the build process if it is

  • komodo_create_api_key_for_service_userwrite action

    Create an API key for a service user (admin only). The secret is returned ONCE and cannot be retrieved again

  • komodo_create_service_userwrite action

    Create a Komodo service user for automation (admin only). Follow up with komodo_create_api_key_for_service_user and permission tools

  • komodo_delete_api_key_for_service_userwrite action

    Delete a service user's API key by key ID (admin only)

  • komodo_delete_docker_resourcewrite action

    \u26a0\ufe0f DELETE a specific Docker resource (image, volume, or network)

  • komodo_delete_userwrite action

    Delete a Komodo user by ID or username (admin only). THIS CANNOT BE UNDONE

  • komodo_deploy_deploymentwrite action

    \u26a0\ufe0f DEPLOY a Komodo Deployment. This stops the current container

  • komodo_deploy_stackwrite action

    \u26a0\ufe0f DEPLOY a Komodo Stack. This redeploys all services in the stack,

  • komodo_deployment_lifecycle

    \u26a0\ufe0f LIFECYCLE: Control a Komodo Deployment's container lifecycle.

  • komodo_destroy_deploymentwrite action

    \ud83d\udd34 DESTROY a Komodo Deployment permanently. This stops the

  • komodo_destroy_stackwrite action

    \ud83d\udd34 DESTROY a Komodo Stack permanently. This stops all containers

  • komodo_get_action

    Get detailed information about a specific Komodo Action by name

  • komodo_get_alerter

    Get detailed information about a specific Komodo Alerter by name

  • komodo_get_build

    Get detailed information about a specific Komodo Build by name

  • komodo_get_builder

    Get detailed information about a specific Komodo Builder by name

  • komodo_get_container_log

    Get logs from a Docker container running on a Komodo Server.

  • komodo_get_deployment

    Get detailed information about a specific Komodo Deployment by

  • komodo_get_deployment_log

    Get logs from a Komodo Deployment's Docker container. Optionally

  • komodo_get_deployments_summary

    Get a summary of all Komodo Deployments. Returns aggregate counts

  • komodo_get_procedure

    Get detailed information about a specific Komodo Procedure by

  • komodo_get_repo

    Get detailed information about a specific Komodo Repo by name

  • komodo_get_resource_sync

    Get detailed information about a specific Komodo Resource Sync

  • komodo_get_server

    Get detailed information about a specific Komodo Server by name

  • komodo_get_server_info

    Get system information and running processes for a Komodo Server.

  • komodo_get_server_stats

    Get current resource usage statistics for a Komodo Server.

  • komodo_get_stack

    Get detailed information about a specific Komodo Stack by name

  • komodo_get_stack_log

    Get logs from a Komodo Stack's Docker Compose services. Optionally

  • komodo_get_stacks_summary

    Get a summary of all Komodo Stacks. Returns aggregate counts

  • komodo_get_updatewrite action

    Get detailed information about a specific Komodo Update (operation

  • komodo_inspect_deployment_container

    Inspect the Docker container associated with a Deployment.

  • komodo_inspect_docker_container

    Inspect a Docker container on a Komodo Server. Returns the full

  • komodo_inspect_docker_image

    Inspect a Docker image on a Komodo Server. Returns the full image

  • komodo_inspect_docker_network

    Inspect a Docker network on a Komodo Server. Returns the full

  • komodo_inspect_docker_volume

    Inspect a Docker volume on a Komodo Server. Returns the full

  • komodo_inspect_stack_container

    Inspect a Docker container for a specific service within a Stack.

  • komodo_list_actions

    List all Komodo Actions. An Action is a custom TypeScript/Deno

  • komodo_list_alerters

    List all Komodo Alerters. An Alerter is a notification endpoint

  • komodo_list_api_keys_for_service_user

    List the API keys of a service user (admin only). Secrets are never returned

  • komodo_list_builders

    List all Komodo Builders. A Builder is a build server (or AWS

  • komodo_list_builds

    List all Komodo Builds. A Build is a Docker image build

  • komodo_list_deployments

    List all Komodo Deployments. A Deployment is a single Docker

  • komodo_list_permissions

    List the permissions granted to a user or user group (admin only)

  • komodo_list_procedures

    List all Komodo Procedures. A Procedure is an orchestrated

  • komodo_list_repos

    List all Komodo Repos. A Repo is a Git repository cloned to a

  • komodo_list_resource_syncs

    List all Komodo Resource Syncs. A Resource Sync is a GitOps sync

  • komodo_list_servers

    List all Komodo Servers. A Server is a remote machine managed

  • komodo_list_stack_services

    List all services in a Komodo Stack. Returns the service name,

  • komodo_list_stacks

    List all Komodo Stacks. A Stack is a multi-container deployment

  • komodo_list_updates

    List Komodo operation history (updates). Every execute operation

  • komodo_list_users

    List Komodo users, optionally filtering service users (admin only)

  • komodo_prune_docker

    \u26a0\ufe0f PRUNE unused Docker resources on a specific Komodo Server.

  • komodo_pull_deployment

    \u26a0\ufe0f PULL the image for a Komodo Deployment (docker pull).

  • komodo_pull_stack

    \u26a0\ufe0f PULL images for a Komodo Stack (docker compose pull).

  • komodo_repo_clone_pull

    \u26a0\ufe0f CLONE or PULL a Komodo Repo on its target server. 'clone'

  • komodo_run_actionwrite action

    \u26a0\ufe0f RUN a Komodo Action. This executes a custom TypeScript/Deno

  • komodo_run_buildwrite action

    \u26a0\ufe0f RUN a Komodo Build to create a Docker image. This clones the

  • komodo_run_procedurewrite action

    \u26a0\ufe0f RUN a Komodo Procedure. This executes all stages in sequence,

  • komodo_stack_lifecycle

    \u26a0\ufe0f LIFECYCLE: Control a Komodo Stack's container lifecycle.

  • komodo_trigger_sync

    \u26a0\ufe0f TRIGGER a Komodo Resource Sync. This pulls the latest TOML

  • komodo_update_permission_on_resource_typewrite action

    Set a user or user group's base permission level on ALL resources of a type (admin only)

  • komodo_update_permission_on_targetwrite action

    Set a user or user group's permission level on ONE specific resource (admin only)

  • komodo_update_user_base_permissionswrite action

    Update a user's base flags: enabled, create servers, create builds (admin only)

  • komodo_write_resourcewrite action

    Create, update, or delete any Komodo resource. Supports all 10 resource

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan53 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 18 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y @samik081/mcp-komodo on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add mcp-komodo -- npx -y @samik081/mcp-komodo
Add to Cursor

Komodo MCP Server: common questions

Is Komodo MCP Server safe?
Mostly: it is graded B (83/100). Read the Komodo MCP Server safety report
How do I install Komodo MCP Server?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Komodo MCP Server need an API key?
Yes. The registry entry asks for KOMODO_API_KEY, KOMODO_API_SECRET.
Is Komodo MCP Server maintained?
The last commit was 19 days ago (2026-09-02). The latest release is v0.8.1.

More from Samik081