#!/usr/bin/env node
import { logger } from './logger.js';
// The full original runtime has been archived to `legacy/index.full.ts`.
// Use `server.ts` as the runtime entrypoint; it composes handlers and starts the MCP server.
logger.info('The original large `index.ts` has been archived to `legacy/index.full.ts`.');
logger.info('To run the server:');
logger.info(' 1) Build: `bun run build`');
logger.info(' 2) Run: `node dist/server.js`');
export {};
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/ahmetshbz1/filesystem-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server