Skip to main content
Glama

MCP QR Code Server

by jwalsh
main.ts535 B
#!/usr/bin/env node /** * Main entry point for the MCP QR Code server. * * This file simply connects the MCP server to a stdio transport. */ import server from './index.js' import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js' // Create a stdio transport const transport = new StdioServerTransport() // Connect the server to the transport server.connect(transport).catch(error => { console.error('Failed to start server:', error instanceof Error ? error.message : String(error)) process.exit(1) })

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/jwalsh/mcp-server-qrcode'

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