Skip to main content
Glama

MCP 3D Printer Server

name: Build and Publish on: release: types: [published] jobs: publish: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name: Enable Corepack run: corepack enable - name: Install Node uses: actions/setup-node@v4 with: node-version: 20 cache: "pnpm" - name: Install dependencies run: pnpm install - name: Build run: pnpm build - name: Publish to NPM run: pnpm publish --no-git-checks env: NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

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