Metal MCP Server
@MCP-Mirror
Metal MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"aldrin-labs_metal-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/create-server",
"metal-mcp",
"&&",
"cd",
"metal-mcp",
"&&",
"npm",
"install",
"&&",
"npm",
"run",
"build"
]
}
}
}ツール
2`query`: Natural language query about Metal Framework
`task`: Description of the Metal task to generate code for
概要
What is Metal MCP Server?
An MCP server that provides Metal Framework documentation search and code generation capabilities.
How to use Metal MCP Server?
Install with npx @modelcontextprotocol/create-server metal-mcp && cd metal-mcp && npm install && npm run build. Then add the server to your MCP configuration with the path to build/index.js. After setup, you can search documentation, generate code, and access best practices via the MCP protocol.
Key features of Metal MCP Server
- Search Metal Framework docs with natural language queries
- Generate Metal code for common tasks
- Supports Objective-C, Swift, and Metal languages
- Access getting-started guide via
metal://docs/getting-started - Access best-practices resource via
metal://docs/best-practices - Limit results from documentation searches (default 3)
Use cases of Metal MCP Server
- Quickly find Metal Framework documentation and examples using plain English
- Generate code snippets for common Metal rendering tasks
- Retrieve curated best practices for optimizing Metal performance
- Onboard new developers with the Metal getting-started resource
FAQ from Metal MCP Server
—
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント