Skip to main content
Glama

MCP 3D Printer Server

WebGPU.js993 B
let isAvailable = ( typeof navigator !== 'undefined' && navigator.gpu !== undefined ); if ( typeof window !== 'undefined' && isAvailable ) { isAvailable = await navigator.gpu.requestAdapter(); } class WebGPU { static isAvailable() { return Boolean( isAvailable ); } static getStaticAdapter() { return isAvailable; } static getErrorMessage() { const message = 'Your browser does not support <a href="https://gpuweb.github.io/gpuweb/" style="color:blue">WebGPU</a> yet'; const element = document.createElement( 'div' ); element.id = 'webgpumessage'; element.style.fontFamily = 'monospace'; element.style.fontSize = '13px'; element.style.fontWeight = 'normal'; element.style.textAlign = 'center'; element.style.background = '#fff'; element.style.color = '#000'; element.style.padding = '1.5em'; element.style.maxWidth = '400px'; element.style.margin = '5em auto 0'; element.innerHTML = message; return element; } } export default WebGPU;

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/DMontgomery40/mcp-3D-printer-server'

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