Skip to main content
Glama

LinkedIn Model Context Protocol (MCP) Server

by Rayyan9477
.env.example756 B
# LinkedIn API Credentials # Get these from https://www.linkedin.com/developers/ LINKEDIN_CLIENT_ID=your_client_id_here LINKEDIN_CLIENT_SECRET=your_client_secret_here # OAuth 2.0 Redirect URI # Must match one of the authorized redirect URIs in your LinkedIn app settings LINKEDIN_REDIRECT_URI=http://localhost:8080/callback # Optional: OpenAI API Key (for resume/cover letter generation) # OPENAI_API_KEY=your_openai_api_key_here # Optional: Database URL (if using persistent storage) # DATABASE_URL=sqlite:///linkedin_mcp.db # Optional: Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) LOG_LEVEL=INFO # Optional: Proxy settings (if behind a corporate proxy) # HTTP_PROXY=http://proxy.example.com:8080 # HTTPS_PROXY=http://proxy.example.com:8080

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/Rayyan9477/linkedin_mcp'

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