Skip to main content
Glama
152,947 tools. Last updated 2026-05-28 15:24

"Codemagic" matching MCP tools:

  • Retrieve build details and status from Codemagic, including step summary counts. Optionally include full step list with IDs for log retrieval.
    MIT
  • Remove an application from your Codemagic account by providing its application ID.
    MIT
  • Add an environment variable to a Codemagic app. Provide name, value, group, and optionally mark as secure for secrets.
    MIT
  • Remove a webhook from a Codemagic application by providing the application ID and webhook ID.
    MIT
  • Retrieve all applications in your Codemagic account to manage builds and deployments.
    MIT
  • Cancel a running build by providing the build ID. Stops an active build process on Codemagic.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    A local Python MCP server that exposes the Codemagic CI/CD REST API as Claude-callable tools. Trigger builds, manage apps, download artifacts, and clear caches — all from Claude Code or Claude Desktop without leaving the chat.
    Last updated
    25
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for the Codemagic CI/CD API, enabling app management, build operations, artifact handling, cache control, and team management through natural language.
    Last updated
    7
    3
    MIT
  • Update a Codemagic environment variable by specifying its app ID, variable ID, key, new value, group, and secure flag.
    MIT
  • Retrieve all webhooks configured for a specific Codemagic application by providing its application ID.
    MIT
  • Subscribe to Codemagic build events by adding a webhook with URL and event list to your application.
    MIT
  • Add a new public repository to Codemagic by providing its HTTPS URL. Start building and managing apps from that repository.
    MIT
  • Remove a specific environment variable from a Codemagic app using its app ID and variable ID.
    MIT
  • Delete a specific build cache for a Codemagic application to free storage and force a fresh build.
    MIT
  • Retrieve all environment variables configured for a Codemagic application. Input the app ID to get a complete list.
    MIT
  • List all build caches for a Codemagic app to view cached files and manage storage.
    MIT
  • Check whether a managed step log artifact exists for a given build step. Uses deterministic artifact ID; does not fetch from Codemagic.
    MIT
  • Access raw logs for a specific build step using build ID and step ID. Get step IDs from get_build_logs. Choose file delivery for managed temp file or inline for direct log text.
    MIT
  • Retrieve Codemagic builds filtered by app, branch, or tag. Paginate results to browse build history.
    MIT
  • Retrieve a step-by-step status summary of a Codemagic build, including each step's name, ID, and status (success, failed, skipped, canceled). Optionally filter results by status.
    MIT