Skip to main content
Glama
by kentaro
index.ts510 B
#!/usr/bin/env node import mcpService from './services/mcp-service'; /** * アプリケーションのメイン関数 */ async function main() { try { // MCPサーバーを起動 await mcpService.start(); // 終了時の処理 process.on('SIGINT', () => { console.log('Shutting down MCP server...'); process.exit(0); }); } catch (error) { console.error('Failed to start 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/kentaro/aivis-speech-mcp'

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