import cadquery as cq
from cadquery import exporters
part = cq.Workplane("XY").box(20.0, 20.0, 5.0)
part = part.faces(">Z").workplane().hole(3)
exporters.export(part, "part.stl")
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