mcp-setup

Configure MCP session defaults for iOS and USM environments.

6|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/UnaMentis/unamentis --skill mcp-setup-unamentis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-setup
Source: https://github.com/UnaMentis/unamentis/tree/main/.claude/skills/mcp-setup
Command: npx skills add https://github.com/UnaMentis/unamentis --skill mcp-setup-unamentis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MCP session defaults are often misconfigured, causing failed builds or mismatched execution contexts; this skill centralizes and enforces the correct paths, schemes, and simulators before any build or test.

Core Features & Use Cases

  • Pre-build configuration: sets the necessary project/workspace paths, schemes, and simulators to prevent misconfigurations.
  • Context switching: quickly reconfigures MCP when moving between iOS app and Server Manager workflows.
  • Validation: verifies the selected simulator is available and the project/workspace is valid before proceeding.

Quick Start

Run /mcp-setup ios to configure defaults for the iOS app and /mcp-setup usm to configure the Server Manager.

Frequently Asked Questions about mcp-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure MCP defaults for iOS builds to prevent mismatched execution contexts?

Configuring MCP defaults for iOS builds involves setting predefined project paths, schemes, and simulators before execution. This approach pre-validates the environment to prevent misconfigurations and failed build contexts.

What is the best way to switch between iOS app and Server Manager workflows?

Switching between iOS app and Server Manager workflows requires reconfiguring MCP session defaults for each context. You can quickly toggle these environments using targeted setup commands to ensure the correct paths and schemes are active.

How do I validate an iOS simulator and project before running a build?

Validating an iOS simulator and project requires checking if the selected simulator is available and the workspace is valid before proceeding. This verification ensures the environment is ready for build or test operations.

Why does my MCP session fail to build due to incorrect workspace paths?

An MCP session build fails due to incorrect workspace paths when defaults are misconfigured. Centralizing and enforcing the correct project paths and schemes before execution prevents these mismatched execution contexts.

Do I need to manually set Xcode schemes every time I run an MCP session?

You do not need to manually set Xcode schemes every time if you automate the initial MCP session setup. Defining defaults for your iOS and Server Manager environments pre-validates and enforces the correct schemes for quick switching.