Metal Framework

by aldrin-labs

2 stars
203 downloads
Not rated
GitHub

About

Integrates Metal Framework documentation search and code generation capabilities for graphics-intensive application development.

Details

Author
aldrin-labs
Repository
aldrin-labs/metal-mcp-server
GitHub stars
2
Downloads
203
Categories
Developer Tools, Knowledge Base, AI, Productivity, Design, Workplace, File Management, Search, Frontend, Other

- Search Metal Framework documentation with natural language queries
- Generate Metal Framework code for common tasks
- Access getting started guide via metal://docs/getting-started
- Access best practices and optimization tips via metal://docs/best-practices
- Support for Objective-C, Swift, and Metal programming languages
- Configurable result limit (default: 3) for documentation searches

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Metal Framework
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 /path/to/metal-mcp/build/index.js

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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

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

search_metal_docs

Search Metal Framework documentation and code examples using natural language queries. Parameters: query (string), limit (optional integer)

generate_metal_code

Generate Metal Framework code for common tasks. Parameters: task (string), language (optional string)

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)

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "metal framework": {
            "cwd": null,
            "env": {},
            "args": [
                "/path/to/metal-mcp/build/index.js"
            ],
            "shell": false,
            "command": "node"
        }
    }
}

Linux

{
    "cwd": null,
    "env": [],
    "args": [
        "/path/to/metal-mcp/build/index.js"
    ],
    "shell": false,
    "command": "node"
}

Macos

{
    "cwd": null,
    "env": [],
    "args": [
        "/path/to/metal-mcp/build/index.js"
    ],
    "shell": false,
    "command": "node"
}

Windows

{
    "cwd": null,
    "env": [],
    "args": [
        "/path/to/metal-mcp/build/index.js"
    ],
    "shell": false,
    "command": "node"
}

Search Metal Framework documentation and generate code.

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

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

- 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)

- 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)

- Comprehensive guide for getting started with Metal Framework

- Best practices and optimization tips for Metal Framework

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

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Local stdio MCP server that lets AI coding agents read and maintain structured architecture, rules, and decisions directly from your repository.

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

Remote, no-auth MCP server providing AI-powered codebase context and answers

Automatically generates documentation for code repositories by analyzing directory structures and code files using the OpenRouter API.

MCP server that ingests project docs once and lets Claude search by meaning instead of reading everything — saving tokens on large codebases

Easily provide codebase context to Large Language Models (LLMs).

A coding assistant server that provides context-aware code suggestions, documentation integration, and technology detection.

Context7 Private Docs MCP is a paid hosted remote MCP for private, version-pinned documentation context, source citations, stale-doc checks, and usage receipts for coding agents.

An intelligent system for managing programming rules, supporting search, versioning, code validation, and prompt enhancement.

Search DevExpress documentation (300,000+ help topics) using natural language queries across Angular, Blazor, WPF, WinForms, ASP.NET Core, React, Vue, and more in the AI Coding Assistant and/or IDE of your choice. Receive instant code examples, implementation guidance, and step-by-step instructions. Built-in tools and prompts guide AI coding agents to help developers build better applications faster with DevExpress components.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.