Skip to main content
Glama

Hardware MCP Server

convert_to_gmsh.py243 B
import gmsh gmsh.initialize() gmsh.open("part.stl") gmsh.model.mesh.generate(3) # 3 = 3D mesh gmsh.option.setNumber("Mesh.MshFileVersion", 1.0) gmsh.option.setNumber("Mesh.Binary", 0) # ASCII format gmsh.write("part.msh") gmsh.finalize()

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/TheFloatingString/mcp-for-hardware'

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