MoltenVK

GitHub

MoltenVK is a Vulkan Portability implementation. It layers a subset of the high-performance, industry-standard Vulkan graphics and compute API over Apple's Metal graphics framework, enabling Vulkan applications to run on macOS, iOS and tvOS.

5,743 stars Objective-C++ 1 file ยท ~61,512 tokens

MoltenVK MCP Server

MCP server for KhronosGroup/MoltenVK

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "MoltenVK": {
      "command": "npx",
      "args": [
        "-y",
        "@KhronosGroup/MoltenVK"
      ]
    }
  }
}