Appcircle MCP Server
Appcircle's official MCP Server
Ads
Overview
MCP server for Appcircle: exposes Build, Signing Identities, Testing Distribution, Enterprise App Store, Publish to Stores, and Reporting tools to any MCP-capable client (Claude Desktop, Cursor, VS Code, etc.). The Appcircle MCP Server acts as the bridge between AI tools and Appcircle; thus, AI agents, assistants and chatbots to safely access and interact with Appcircle resources through structured, governed, and task-level tools. - CI/CD and Workflow Intelligence: Monitor pipeline runs, track release status, and get insights into your mobile CI/CD workflows. - Configuration and Environment Insights: Query build configurations and signing setup to understand how a project is configured and where issues may originate. - Reporting and Operational Insights: Generate summaries of CI stability, recurring issues, pipeline performance, and overall CI/CD health.
Installation
appcircle-mcp --exclude report
Configuration
{
"mcpServers": {
"appcircle": {
"command": "appcircle-mcp",
"args": [
"--exclude",
"report"
]
}
}
}Capabilities
- Monitor build status and logs
Use `get_build_status` and `get_build_logs` to check pipeline runs and debug failures.
- Trigger or cancel builds
Use `trigger_build` and `cancel_build` to start or stop real build runs.
- Generate CI/CD health insights
Use `get_build_insights_report` to get aggregated health snapshot, trends, and root cause analysis.
- Manage testing distribution
Use `get_distribution_profiles` and `send_app_version_to_testers` to send builds to testers.
- Inspect signing identities
Use `get_certificates`, `get_keystores`, and `get_provisioning_profiles` to review signing setup.
- Track store publishing
Use `get_publish_profiles` and `get_publish_details` to monitor publish flow runs.
Tags
- devops
- mobile
- deployment
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.