The-Complete-GHL-MCP/.env.example
Jake Shore 0d81497724 🚀 Initial commit - Complete GHL MCP Server with 400+ tools
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
2026-01-26 20:40:43 -05:00

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