Skip to main content
Glama
shimizu

ModelsLab Text2Image MCP Server

by shimizu
index.js325 B
#!/usr/bin/env node // index.js // エントリーポイント import { DataDownloadServer } from './server/DataDownloadServer.js'; // サーバーインスタンスの作成と起動 const server = new DataDownloadServer({ name: 'data-download-server-template', version: '1.0.0' }); server.run().catch(console.error);

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/shimizu/modelslab-text2img-mcp-server'

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