We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vikram-agentic/linkedin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.js•294 B
// Vercel serverless function entry point
// For Express apps on Vercel, we need to use serverless-http wrapper
import app from '../src/http-server.js';
// Export the Express app directly - @vercel/node should handle it
// But we need to make sure it's exported as default
export default app;