Skip to main content
Glama
index.ts314 B
import { createApp } from "./app"; const PORT = process.env.PORT || 3001; const app = createApp(); app.listen(PORT, () => { console.log(`Server running on http://localhost:${PORT}`); console.log(`MCP endpoint: http://localhost:${PORT}/mcp`); console.log(`Health: http://localhost:${PORT}/mcp/health`); });

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/hencydsouza24/mcp_demo'

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