We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/piexl/CAD-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•201 B
# CAD MCP 服务依赖
# Windows COM support (optional, for Windows only)
# pywin32>=228
# Cross-platform CAD library
ezdxf>=1.0.0
# MCP and data validation
mcp>=0.1.0
pydantic>=2.0.0
typing>=3.7.4.3