Metal MCP サーバー
Metal Framework ドキュメントの検索およびコード生成機能を提供する MCP サーバー。
ワンラインインストール
特徴
ツール
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 タスクのコード スニペットを生成する
Access 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