We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hunter-stradley/bambustudio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.template•867 B
# BambuStudio MCP - 1Password Secret References
# This file is safe to commit - it contains only 1Password references, not actual secrets.
# Use with: op run --env-file=.env.template -- python -m bambustudio_mcp
#
# To set up, create items in 1Password with the corresponding fields.
# Adjust the vault name (Personal) and item names to match your setup.
# Printer connection (required)
BAMBU_PRINTER_IP=op://Personal/Bambu Printer/ip_address
BAMBU_ACCESS_CODE=op://Personal/Bambu Printer/access_code
BAMBU_SERIAL=op://Personal/Bambu Printer/serial_number
# BambuStudio path (usually auto-detected on macOS)
BAMBUSTUDIO_PATH=/Applications/BambuStudio.app/Contents/MacOS/BambuStudio
# Optional: AI 3D generation services
# Uncomment and configure if you use these services
# MESHY_API_KEY=op://Personal/Meshy/api_key
# TRIPO3D_API_KEY=op://Personal/Tripo3D/api_key