Skip to main content
Glama

Metal MCP Server

by aldrin-labs

Metal MCP 서버

Metal Framework 문서 검색 및 코드 생성 기능을 제공하는 MCP 서버입니다.

한 줄 설치

지엑스피1

특징

도구

  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 작업에 대한 코드 조각 생성
  • Metal 모범 사례 및 시작 가이드에 액세스하세요
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.

자연어 쿼리를 사용하여 문서 검색 및 코드 생성 기능을 제공함으로써 Metal Framework와의 상호 작용을 가능하게 합니다.

  1. 한 줄 설치
    1. 특징
      1. 도구
      2. 자원
    2. 용법

      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
        39
        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 -
        4
      • -
        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 -
        2
        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 -
        12
        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