Skip to main content
Glama
yo-its-anas

linkedin-copilot-chatgpt

by yo-its-anas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTYesHTTP port; example uses `3000`
NODE_ENVYes`development` locally; `production` when deployed
PUBLIC_URLYesExternally reachable server origin
DATABASE_PATHYesPersistent SQLite path
MCP_CLIENT_IDYesPreconfigured ChatGPT OAuth client identifier
ENCRYPTION_KEYYesBase64-encoded random 32-byte encryption key
ALLOWED_ORIGINSYesComma-separated allowed request origins
LINKEDIN_SCOPESYesGranted provider scopes; baseline `openid profile`
MCP_CLIENT_SECRETYesIndependent random broker client secret, at least 32 characters
MCP_REDIRECT_URISYesComma-separated exact allowed ChatGPT OAuth callbacks
LINKEDIN_CLIENT_IDYesLinkedIn developer app client ID
LINKEDIN_API_VERSIONYesConfigured REST API version; example uses `202608`
LINKEDIN_CLIENT_SECRETYesLinkedIn developer app client secret

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Maintenance

ActivityMaintained
ResponsivenessNo issues