MCP server for editing STL 3D model files
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-daedalus-mcp-stl": {
"args": [
"mcp-stl"
],
"command": "uvx"
}
}
}This is a well-structured MCP server for STL 3D model file manipulation with appropriate permissions for its purpose. The code follows good security practices with proper input validation, clean file I/O operations, and no authentication requirements (appropriate for a local file processing tool). Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 4 high severity). Package verification found 1 issue.
Scanned 7 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!