Skip to main content
Glama

MCP 3D Printer Server

.dockerignore643 B
# Ignore Git directory .git # Ignore Node dependencies node_modules/ # Ignore build output dist/ build/ *.tsbuildinfo # Ignore environment files .env .env.* !.env.example # Ignore temporary files and directories temp/ tmp/ *.tmp *.temp # Ignore OS specific files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Ignore Editor directories and files .idea/ .vscode/ *.swp *.swo *~ # Ignore Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Ignore test and coverage output coverage/ # Ignore Docker specific files if not needed inside the image itself Dockerfile docker-compose.yml .dockerignore

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