Skip to main content
Glama

exia-scenario-generator MCP Server

by kokushin
index.ts696 B
#!/usr/bin/env node import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; import { createServer } from "./server.js"; /** * メイン関数 */ async function main() { try { // MCPサーバの作成 const server = await createServer(); // 標準入出力を使用したトランスポートの作成 const transport = new StdioServerTransport(); // サーバとトランスポートの接続 await server.connect(transport); console.error("exia-scenario-generator MCP server is running..."); } catch (error) { console.error("Error starting MCP server:", error); process.exit(1); } } // メイン関数の実行 main();

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/kokushin/exia-mcp'

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