Skip to main content
Glama

Metal MCP Server

by aldrin-labs

Metal MCP サーバー

Metal Framework ドキュメントの検索およびコード生成機能を提供する MCP サーバー。

ワンラインインストール

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

特徴

ツール

  1. search_metal_docs
    • 自然言語クエリを使用して Metal Framework のドキュメントとコード例を検索します
    • パラメータ:
      • query : Metal Frameworkに関する自然言語クエリ
      • limit : 返される結果の最大数(デフォルト: 3)
  2. generate_metal_code
    • 一般的なタスク用の Metal Framework コードを生成する
    • パラメータ:
      • task : コードを生成するMetalタスクの説明
      • language : プログラミング言語 (Objective-C、Swift、Metal)

リソース

  1. metal://docs/getting-started
    • Metal Framework を使い始めるための包括的なガイド
  2. metal://docs/best-practices
    • Metal Framework のベストプラクティスと最適化のヒント

使用法

インストール後、サーバーを MCP 構成に追加します。

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

サーバーは、MCP プロトコルを通じて Metal Framework の専門知識を提供し、次のことが可能になります。

  • 自然言語クエリでMetalドキュメントを検索
  • 一般的な Metal タスクのコード スニペットを生成する
  • Access Metal のベストプラクティスと入門ガイド

You must be authenticated.

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.

自然言語クエリを使用したドキュメント検索およびコード生成機能を提供することで、Metal Framework との対話を可能にします。

  1. ワンラインインストール
    1. 特徴
      1. ツール
      2. リソース
    2. 使用法

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.
        Last updated -
        3
        2
        TypeScript
      • A
        security
        A
        license
        A
        quality
        An MCP server that enables users to fetch Python documentation using the Brave Search API through natural language queries.
        Last updated -
        1
        JavaScript
        Apache 2.0
        • Apple
      • -
        security
        F
        license
        -
        quality
        A smart code retrieval tool based on Model Context Protocol that provides efficient and accurate code repository search capabilities for large language models.
        Last updated -
        Python
      • -
        security
        F
        license
        -
        quality
        An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
        Last updated -
        Python

      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