Skip to main content
Glama

Github Project Manager

index.ts444 B
#!/usr/bin/env node import { startServer } from './server.js'; /** * Main entry point for the Postgres MCP */ async function main(): Promise<void> { // Start the server - config will be loaded from env/CLI args await startServer(); // The server will keep running until terminated } // Start the server and handle errors main().catch((error) => { console.error('Error starting MCP server:', error); process.exit(1); });

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/Monsoft-Solutions/model-context-protocols'

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