金属 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 任务生成代码片段
获取 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