Skip to content
Zed

meshcheck mcp for Zed

io.github.brac/meshcheck-mcp

Deterministic validation, rendering, and inspection of GLB/glTF 3D models via the meshcheck API.

client:Zed transport:stdio runtime:npm

Install meshcheck mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "meshcheck-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "meshcheck-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

meshcheck mcp in other clients