Skip to main content
Glama

LinkedIn Scraper MCP Server

by superyuser
config.ts274 B
export interface Config { port: number; isProduction: boolean; } export function loadConfig(): Config { const port = parseInt(process.env.PORT || '8080', 10); const isProduction = process.env.NODE_ENV === 'production'; return { port, isProduction }; }

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/superyuser/linkedin-scraper-mcp'

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