Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_latest_apple_docsA

Fetches the latest Apple Developer Documentation for a specific API, framework, or symbol.

Examples:

  • "NavigationStack" - SwiftUI navigation

  • "SwiftData" - Data persistence framework

  • "RealityKit" - AR/VR framework

  • "async/await" - Swift concurrency

Returns official documentation summary, code examples, and availability information.

xcode_diagnostic_analyzerA

Analyzes Xcode build logs and error messages, providing:

  • Error classification and explanation

  • Fix-it suggestions matching Apple's recommendations

  • Related documentation links

  • Common solutions for the specific error

Supports Swift compiler errors, linker errors, and build system errors.

swift_evolution_checkA

Checks the status of Swift language features against Swift Evolution proposals.

Use this to verify:

  • If a feature is available in a specific Swift version

  • The proposal number and status (implemented, in review, accepted)

  • Required compiler flags or availability annotations

  • Migration guidance from older syntax

Examples: 'nonisolated(unsafe)', 'typed throws', 'parameter packs', 'macros'

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/erdncyz/apple-dev-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server