金属 MCP 服务器
提供 Metal Framework 文档搜索和代码生成功能的 MCP 服务器。
单线安装
npx @modelcontextprotocol/create-server metal-mcp && cd metal-mcp && npm install && npm run buildRelated MCP server: DeepSeek MCP Server
特征
工具
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 配置中:
{
"mcpServers": {
"metal": {
"command": "node",
"args": ["/path/to/metal-mcp/build/index.js"]
}
}
}该服务器将通过 MCP 协议提供 Metal Framework 专业知识,使您能够:
使用自然语言查询搜索 Metal 文档
为常见的 Metal 任务生成代码片段
获取 Metal 最佳实践和入门指南
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.