Skip to main content
Glama

Metal MCP Server

by aldrin-labs

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

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
Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables interaction with the Metal Framework by providing documentation search and code generation capabilities using natural language queries.

  1. One-Line Installation
    1. Features
      1. Tools
      2. Resources
    2. Usage

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Facilitates searching and accessing programming resources across platforms like Stack Overflow, MDN, GitHub, npm, and PyPI, aiding LLMs in finding code examples and documentation.
        Last updated -
        6
        38
        AGPL 3.0
        • Apple
      • -
        security
        F
        license
        -
        quality
        Provides code generation and completion capabilities using the DeepSeek API, with support for tool chaining and cost optimization.
        Last updated -
        3
      • -
        security
        F
        license
        -
        quality
        HTTP-based server that provides semantic code search capabilities to IDEs through the Model Context Protocol, allowing efficient codebase exploration without repeated indexing.
        Last updated -
        8
        77
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        Provides AI-enhanced code search capabilities by integrating with Sourcegraph, allowing AI assistants to search across multiple repositories and codebases with advanced query syntax.
        Last updated -
        11
        MIT License

      View all related MCP servers

      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