Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VRM_TOOLKIT_CHROMENoPath to a Chrome or Edge executable, used by vrma_preview and vrm_snapshot. Overrides auto-detection.
VRM_TOOLKIT_MAX_BYTESNoMaximum input file size in bytes. Default is 512 MiB (536870912 bytes).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
vrm_inspectA

Inspect a local VRM file (0.x or 1.0): meta including license/permission fields, humanoid bone map, expressions/blendshapes, polygon and texture statistics. Structured JSON output; no rendering.

vrm_validateA

Validate a local VRM file and return a finding list: missing required humanoid bones, broken node references, missing meta/license fields, unrecognized required extensions, and configurable size/triangle/texture/material budget checks.

vrma_inspectA

Inspect a local VRMA (VRM animation) file: spec version, targeted humanoid bones, expression tracks, channel counts, duration, and an estimated frame rate. Structured JSON output; no rendering.

vrma_previewA

Render a VRMA animation applied to a VRM through a local headless Chrome/Edge. mode=image writes a PNG at time_sec; mode=video records a short WebM clip (max 10 seconds).

vrm_snapshotA

Render a still PNG of a VRM in its rest pose through a local headless Chrome/Edge, with optional expression weights (e.g. {"happy": 1}) and view presets including a face close-up.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dwarehouse1/vrm-toolkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server