codemagic_mcp
codemagic_mcp
Codemagic CI/CD API用MCPサーバー。Bun + TypeScript、stdioトランスポートを使用。
ツール
アプリ
codemagic_get_all_applicationscodemagic_get_applicationcodemagic_add_applicationcodemagic_add_application_private
ビルド
codemagic_start_buildcodemagic_get_buildscodemagic_get_build_statuscodemagic_cancel_build
アーティファクト
codemagic_get_artifact(メタデータとbase64プレビューを返します。完全なダウンロードにはパブリックURLツールを使用してください)codemagic_create_public_artifact_url
キャッシュ
codemagic_get_app_cachescodemagic_delete_all_app_cachescodemagic_delete_app_cache
チーム
codemagic_invite_team_membercodemagic_delete_team_member
Related MCP server: Codemagic
設定
環境変数:
変数 | 必須 | デフォルト | 備考 |
| はい | — | Teams設定 → Personal Account → API から取得 |
| いいえ |
| セルフホスト/ステージング用の上書き |
| いいえ |
| リクエストごとのタイムアウト |
| いいえ |
| 408/425/429/5xxおよびネットワークエラー時のリトライ(ジッター付き指数バックオフ、 |
実行
bun install
CODEMAGIC_API_KEY=... bun run startウォッチモード:
CODEMAGIC_API_KEY=... bun run dev公式MCPインスペクターで検査:
CODEMAGIC_API_KEY=... bun run inspectClaude Code / Claude Desktopの設定
ワンラインセットアップ:
claude mcp add codemagic --scope user \
-e CODEMAGIC_API_KEY=<your_key> \
-- bunx codemagic_mcpまたは claude_desktop_config.json で手動設定:
{
"mcpServers": {
"codemagic": {
"command": "bunx",
"args": ["codemagic_mcp"],
"env": { "CODEMAGIC_API_KEY": "..." }
}
}
}セキュリティ上の注意
APIキーは環境変数からのみ読み込まれます。
送信リクエストは
x-auth-tokenを介してキーを送信します。ログには記録されません。すべてのツール出力(テキストおよび構造化データ)は、キー値および
authorization、x-auth-token、api[-_]?key、password、passphrase、ssh[-_]?key、secret、tokenに一致するオブジェクトキーをマスクするリダクターを通過します。エラーは型付きクラス(
CodemagicAuthError、CodemagicNotFoundError、CodemagicValidationError、CodemagicRateLimitError、CodemagicServerError、CodemagicNetworkError)にマッピングされ、アクション可能なメッセージとして表示されます。内部スタックトレースはクライアントに公開されません。
レイアウト
src/
index.ts stdio entrypoint
schemas.ts Zod input schemas
lib/
config.ts env loading + validation
client.ts fetch wrapper: timeouts, retries, status mapping
errors.ts typed error classes + user-facing formatter
redact.ts secret/string + key-pattern redaction
response.ts jsonResult / textResult / errorResult helpers
tools/
apps.ts builds.ts artifacts.ts caches.ts teams.tsThis server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Related MCP Servers
- AlicenseAqualityCmaintenanceThis MCP server lets you use Cursor IDE, or any MCP Client enabled agent, to use natural language to accomplish things with CircleCI, e.g: Find the latest failed pipeline on my branch and get logs1627,239 npm94Apache 2.0
- AlicenseAqualityBmaintenanceA 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.252MIT
- AlicenseBqualityAmaintenanceMCP server for managing Xcode Cloud workflows, builds, and test artifacts via the App Store Connect API.16171 npm1MIT
- AlicenseAqualityDmaintenanceA lightweight MCP server that provides seamless access to Codemagic CI/CD APIs, enabling natural language interaction with applications, builds, artifacts, caches, and teams.1613MIT