Skip to main content
Glama
app.js454 B
/*! * pm - demo/graceful_exit/app.js * Copyright(c) 2013 fengmk2 <fengmk2@gmail.com> * MIT Licensed */ "use strict"; /** * Module dependencies. */ var http = require('http'); var server = http.createServer(function (req, res) { if (req.url === '/asyncerror') { setTimeout(function () { asyncError(); }, 10); return; } res.end(JSON.stringify({ url: req.url, pid: process.pid, })); }); module.exports = server;

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/Sunil-paudel/mcpserverasof2025updated'

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