Skip to main content
Glama
workers-mcp.js450 B
#!/usr/bin/env node // Simple CLI launcher for MCP server const { spawn } = require('child_process'); const path = require('path'); const args = process.argv.slice(2); // usage: run <name> <public_url> <root> const cmd = process.execPath; // node const serverJs = path.join(__dirname, '..', 'dist', 'server.js'); const child = spawn(cmd, [serverJs, ...args], { stdio: 'inherit', env: process.env }); child.on('exit', (code) => process.exit(code));

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/TungND2k2/MCP-Odoo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server