An MCP server providing Metal Framework documentation search and code generation capabilities.
npx @modelcontextprotocol/create-server metal-mcp && cd metal-mcp && npm install && npm run build
search_metal_docs
query
: Natural language query about Metal Frameworklimit
: Maximum number of results to return (default: 3)generate_metal_code
task
: Description of the Metal task to generate code forlanguage
: Programming language (objective-c, swift, or metal)metal://docs/getting-started
metal://docs/best-practices
After installation, add the server to your MCP configuration:
{
"mcpServers": {
"metal": {
"command": "node",
"args": ["/path/to/metal-mcp/build/index.js"]
}
}
}
The server will provide Metal Framework expertise through the MCP protocol, allowing you to:
{
"mcpServers": {
"metal": {
"env": {},
"args": [
"/path/to/metal-mcp/build/index.js"
],
"command": "node"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.