Skip to main content
Glama

Metal MCP Server

An MCP server providing Metal Framework documentation search and code generation capabilities.

One-Line Installation

npx @modelcontextprotocol/create-server metal-mcp && cd metal-mcp && npm install && npm run build

Related MCP server: Apple Docs MCP

Features

Tools

  1. search_metal_docs

    • Search Metal Framework documentation and code examples using natural language queries

    • Parameters:

      • query: Natural language query about Metal Framework

      • limit: Maximum number of results to return (default: 3)

  2. generate_metal_code

    • Generate Metal Framework code for common tasks

    • Parameters:

      • task: Description of the Metal task to generate code for

      • language: Programming language (objective-c, swift, or metal)

Resources

  1. metal://docs/getting-started

    • Comprehensive guide for getting started with Metal Framework

  2. metal://docs/best-practices

    • Best practices and optimization tips for Metal Framework

Usage

After installation, add the server to your MCP configuration:

{
  "mcpServers": {
    "metal": {
      "command": "node",
      "args": ["/path/to/metal-mcp/build/index.js"]
    }
  }
}

The server will provide Metal Framework expertise through the MCP protocol, allowing you to:

  • Search Metal documentation with natural language queries

  • Generate code snippets for common Metal tasks

  • Access Metal best practices and getting started guides

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Access Apple's official developer documentation, frameworks, APIs, and WWDC videos through the Model Context Protocol (MCP), support AI driven natural language queries, and provide Swift/Objective-C code examples and technical guidelines.
    Last updated
    18
    1
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Provides access to Apple's official developer documentation, frameworks, APIs, and WWDC session transcripts across all Apple platforms. It enables AI assistants to search technical guides, sample code, and platform compatibility information using natural language queries.
    Last updated
    18
    2,106
    1,343
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Provides access to Apple documentation and WWDC transcripts with semantic, keyword, and hybrid search capabilities, enabling developers to quickly find relevant code examples and technical information.
    Last updated
    116
    MIT

View all related MCP servers

Related MCP Connectors

  • Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients

  • Provides AI assistants with direct access to Mapbox developer APIs and documentation.

  • Get up-to-date, version-specific documentation and code examples from official sources directly in…

View all MCP Connectors

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/aldrin-labs/metal-mcp-server'

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