Skip to main content
Glama

image-tools-mcp

index.ts491 B
#!/usr/bin/env node import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; import { createServer } from "./server.js"; /** * 主函数 - 创建并启动MCP服务器 */ async function main() { // 创建服务器实例(已包含所有工具注册) const server = createServer(); // 连接到标准输入/输出传输 const transport = new StdioServerTransport(); await server.connect(transport); } // 启动服务器 main().catch(console.error);

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/kshern/image-tools-mcp'

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