Metal MCP 서버
Metal Framework 문서 검색 및 코드 생성 기능을 제공하는 MCP 서버입니다.
한 줄 설치
지엑스피1
특징
도구
search_metal_docs자연어 쿼리를 사용하여 Metal Framework 문서 및 코드 예제를 검색합니다.
매개변수:
query: Metal Framework에 대한 자연어 쿼리limit: 반환할 결과의 최대 개수(기본값: 3)
generate_metal_code일반적인 작업을 위한 Metal Framework 코드 생성
매개변수:
task: 코드를 생성하는 Metal 작업에 대한 설명language: 프로그래밍 언어(Objective-C, Swift 또는 Metal)
자원
metal://docs/getting-startedMetal Framework 시작을 위한 포괄적인 가이드
metal://docs/best-practicesMetal Framework를 위한 모범 사례 및 최적화 팁
용법
설치 후 MCP 구성에 서버를 추가합니다.
서버는 MCP 프로토콜을 통해 Metal Framework 전문 지식을 제공하여 다음을 수행할 수 있도록 합니다.
자연어 쿼리를 사용하여 Metal 문서 검색
일반적인 Metal 작업에 대한 코드 조각 생성
Metal 모범 사례 및 시작 가이드에 액세스하세요
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와의 상호 작용을 가능하게 합니다.
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityFacilitates 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 -639AGPL 3.0
 - -security-license-qualityProvides code generation and completion capabilities using the DeepSeek API, with support for tool chaining and cost optimization.Last updated -4
 - -security-license-qualityHTTP-based server that provides semantic code search capabilities to IDEs through the Model Context Protocol, allowing efficient codebase exploration without repeated indexing.Last updated -2084
 - -security-license-qualityProvides 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 -14MIT License