MCP.so
登录

Codemagic MCP Server

@stefanoamorelli

关于 Codemagic MCP Server

Codemagic CI/CD MCP Server

基本信息

分类

开发工具

许可证

MIT license

运行时

python

传输方式

stdio

发布者

stefanoamorelli

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Codemagic MCP Server?

A lightweight, community-maintained Model Context Protocol (MCP) server that provides seamless access to Codemagic CI/CD APIs. Designed for agents, AI-native workflows, and MCP-compatible clients.

How to use Codemagic MCP Server?

Clone the repository, set up your Codemagic API key, and configure the MCP server in your client (e.g., Claude Desktop) using the uv command with the appropriate path and environment variable CODEMAGIC_API_KEY.

Key features of Codemagic MCP Server

  • Interact with Codemagic CI/CD using natural language
  • Manage applications: list, add, get private apps
  • Handle builds: start, list, check status, cancel
  • Download artifacts and create public artifact URLs
  • View and clear application caches
  • Invite or delete team members

Use cases of Codemagic MCP Server

  • List all applications on Codemagic via a chat interface.
  • Start a new build for a Flutter app using natural language commands.
  • Retrieve artifacts from the latest build automatically.
  • Check cache usage and clear app caches as needed.

FAQ from Codemagic MCP Server

What does Codemagic MCP Server do?

It wraps Codemagic REST API endpoints into MCP tools, enabling AI assistants to manage CI/CD workflows using natural language.

What are the runtime dependencies?

Python 3.10+ and the mcp[cli] and requests packages. The server runs via uv.

Where does the data live and how is authentication handled?

All data stays within Codemagic’s APIs. Authentication requires a CODEMAGIC_API_KEY environment variable, set during client configuration.

What transport does the server use?

It uses standard MCP transport (stdio), as shown in the Claude Desktop configuration example.

Are there any known limitations?

The README does not mention specific limitations, but it is community-maintained and requires a valid Codemagic API key.

评论

开发工具 分类下的更多 MCP 服务器