Skip to main content
Glama
roeybiran

XcodeBuild Mini MCP Server

by roeybiran

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
buildA

Build the project, not including test targets

build_testsB

Build the project, including test targets

list_testsC

List all tests for the project

run_testsC

Runs the project's tests

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a unique purpose: build (without tests), build_tests (with tests), list_tests (list test targets), and run_tests (execute tests). No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: build, build_tests, list_tests, run_tests. The naming is predictable and uniform.

Tool Count5/5

Four tools cover the essential build and test workflow without unnecessary bloat. The count is well-scoped for a focused Xcode build server.

Completeness4/5

The set covers core build and test operations (build with/without tests, list/run tests). Missing cleanup or individual test selection, but minimal for a 'mini' server.

Maintenance

ActivityInactive
ResponsivenessNo issues