Skip to main content
Glama

DSP Booking MCP Server

by hrz8
stdio.ts478 B
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js'; import { MCP_SERVER_VERSION, MCP_SERVER_NAME } from '../utils/config.js'; import { createMcpServer } from '../mcp/server/server.js'; export async function startStdioServer() { const mcpServer = createMcpServer(); const transport = new StdioServerTransport(); await mcpServer.connect(transport); console.info(`${MCP_SERVER_NAME} MCP Server (v${MCP_SERVER_VERSION}) running on stdio`); }

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/hrz8/mcp-openapi'

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