Skip to main content
Glama
http-server.ts345 B
#!/usr/bin/env node import { Application } from "./application.js"; import { TransportType } from "./transports/index.js"; // Create and start HTTP application const config = { transport: TransportType.HTTP, httpConfig: { port: Number.parseInt(process.env.PORT || "3000", 10), }, }; const app = new Application(config); app.start();

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/samuraikun/aws-s3-mcp'

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