Back to directory
stefanoamorelli/codemagic-mcp

stefanoamorelli/codemagic-mcp

@stefanoamorelli8

A lightweight MCP server for seamless access to Codemagic CI/CD APIs, enabling natural language interaction for CI/CD tasks.

codemagicci/cdpythoncloud

Installation & Configuration

{
  "mcpServers": {
    "Codemagic MCP Server": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with",
        "requests",
        "mcp",
        "run",
        "<global_path_to_the_cloned_repo>/codemagic_mcp/server.py"
      ],
      "env": {
        "PYTHONPATH": "<global_path_to_the_cloned_repo>/",
        "CODEMAGIC_API_KEY": "your-api-key-here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/5/1
Updated
2026/6/8