iOS code quality analysis and test automation server. Provides comprehensive Xcode test execution, SwiftLint integration, and detailed failure analysis. Operates in both CLI and MCP server modes for direct developer usage and AI assistant integration.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y ios-mcp-code-quality-serverAgent-CoreX intelligently routes which tools from a-25/ios-mcp-code-quality-server your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"ios-mcp-code-quality-server": {
"command": "npx",
"args": [
"-y",
"ios-mcp-code-quality-server"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add ios-mcp-code-quality-serverAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use a-25/ios-mcp-code-quality-server directly without routing
npx -y ios-mcp-code-quality-serverNew to Agent-CoreX? View setup guide →