Skip to content
Gemini CLI

meshcheck mcp for Gemini CLI

io.github.brac/meshcheck-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install meshcheck mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

meshcheck mcp in other clients