Skip to main content
Glama
image-worker-mcp.mjs444 B
#!/usr/bin/env node import { program } from 'commander'; import { VERSION, ImageWorkerMcpServer } from '../dist/index.mjs'; const init = () => { program .name('image-worker-mcp') .version(VERSION) .description('MCP server for image processing and uploading') .action(() => { const server = new ImageWorkerMcpServer(); server.run().catch(() => process.exit(1)); }); program.parse(process.argv); }; init();

Latest Blog Posts

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/BoomLinkAi/image-worker-mcp'

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