linkedin-copilot-chatgpt
by yo-its-anas
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | Yes | HTTP port; example uses `3000` | |
| NODE_ENV | Yes | `development` locally; `production` when deployed | |
| PUBLIC_URL | Yes | Externally reachable server origin | |
| DATABASE_PATH | Yes | Persistent SQLite path | |
| MCP_CLIENT_ID | Yes | Preconfigured ChatGPT OAuth client identifier | |
| ENCRYPTION_KEY | Yes | Base64-encoded random 32-byte encryption key | |
| ALLOWED_ORIGINS | Yes | Comma-separated allowed request origins | |
| LINKEDIN_SCOPES | Yes | Granted provider scopes; baseline `openid profile` | |
| MCP_CLIENT_SECRET | Yes | Independent random broker client secret, at least 32 characters | |
| MCP_REDIRECT_URIS | Yes | Comma-separated exact allowed ChatGPT OAuth callbacks | |
| LINKEDIN_CLIENT_ID | Yes | LinkedIn developer app client ID | |
| LINKEDIN_API_VERSION | Yes | Configured REST API version; example uses `202608` | |
| LINKEDIN_CLIENT_SECRET | Yes | LinkedIn 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues