Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the HTTP server will listen on. | 8000 |
| NODE_ENV | No | The environment mode the server is running in (e.g., production, development). | production |
| LOG_LEVEL | No | The granularity of logging (e.g., info, debug, error). | info |
| GHL_API_KEY | Yes | Your private integrations API key, obtained from Settings → Integrations → Private Integrations. Note: This must be a Private Integrations API key, not a regular API key. | |
| CORS_ORIGINS | No | Allowed CORS origins for the HTTP server. | * |
| GHL_BASE_URL | Yes | The base URL for the GoHighLevel API services. | https://services.leadconnectorhq.com |
| GHL_LOCATION_ID | Yes | Your GoHighLevel Location ID, found in Settings → Company → Locations. |
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 | |