logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

metal-mcp-server

Search Metal Framework documentation and generate Metal code for common tasks using natural language queries. Supports querying documentation and generating code in Objective-C, Swift, or Metal based on task descriptions.

Author

metal-mcp-server logo

aldrin-labs

No License

Quick Info

GitHub GitHub Stars 2
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

documentationsearchmetalsearch metalquerying documentationdocumentation generating

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
  2. Search Metal Framework documentation and code examples using natural language queries
  3. Parameters:

    • query: Natural language query about Metal Framework
    • limit: Maximum number of results to return (default: 3)
  4. generate_metal_code

  5. Generate Metal Framework code for common tasks
  6. 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
  2. Comprehensive guide for getting started with Metal Framework

  3. metal://docs/best-practices

  4. 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

See Also

`