Features: - 400+ tools covering entire GoHighLevel API - Contact management, conversations, opportunities, calendars - Invoices, payments, products, store management - Social media, email marketing, workflows, and more - Self-host or use managed solution at mcp.localbosses.org
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
# GoHighLevel API Configuration
|
|
GHL_API_KEY=your_private_integration_api_key_here
|
|
GHL_BASE_URL=https://services.leadconnectorhq.com
|
|
GHL_LOCATION_ID=your_location_id_here
|
|
|
|
# Server Configuration
|
|
MCP_SERVER_PORT=8000
|
|
NODE_ENV=development
|
|
|
|
# Optional: For AI features
|
|
OPENAI_API_KEY=your_openai_key_here_optional
|