Skip to main content
Glama

Physics MCP Server

by BlinkZer0
server.config.json625 B
{ "accel": { "mode": "auto", "device_preference": ["cuda", "hip", "mps", "xpu", "cpu"] }, "viz_caps": { "mesh": [160, 160], "field": [64, 64], "frames_max": 300 }, "encoders": { "mp4": "libx264", "webm": "libvpx-vp9" }, "thumbnails": { "width": 384, "rows": 3, "cols": 4 }, "ml": { "default_backend": "torch", "max_vram_mb": 4096, "train": { "epochs": 200, "early_stop_patience": 20, "batch_size": 64, "lr": 1e-3 }, "video": { "fps": 24, "encoder_mp4": "libx264", "encoder_webm": "libvpx-vp9" } } }

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/BlinkZer0/Phys-MCP'

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