Skip to main content
Glama
node.ts409 B
import express from 'express' import { createServer } from '../index.js' export async function startNode() { const app = express() await createServer() const port = process.env.PORT ? Number(process.env.PORT) : 3000 app.get('/health', (_req, res) => res.json({ ok: true })) app.listen(port, () => { // eslint-disable-next-line no-console console.log(`Master MCP (Node) on ${port}`) }) }

Latest Blog Posts

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/Jakedismo/master-mcp-server'

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