Skip to main content
Glama

MCP 3D Printer Server

nodemon.js436 B
#!/usr/bin/env node const cli = require('../lib/cli'); const nodemon = require('../lib/'); const options = cli.parse(process.argv); nodemon(options); const fs = require('fs'); // checks for available update and returns an instance const pkg = JSON.parse(fs.readFileSync(__dirname + '/../package.json')); if (pkg.version.indexOf('0.0.0') !== 0 && options.noUpdateNotifier !== true) { require('simple-update-notifier')({ pkg }); }

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