GHL MCP Server
by RohitashAery
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP server bind host | 0.0.0.0 |
| PORT | No | HTTP server port | 8000 |
| DB_PATH | No | SQLite path for OAuth tokens | ./data/tokens.db |
| LLM_MODEL | No | Model name passed to the LLM provider | claude-sonnet-4-6 |
| LOG_LEVEL | No | DEBUG, INFO, WARNING, ERROR | INFO |
| LOG_FORMAT | No | json (production) or console (development) | json |
| LLM_PROVIDER | No | LLM backend for AI agents: anthropic or openai | anthropic |
| GHL_AUTH_MODE | No | Auth mode: private or oauth | private |
| GHL_CLIENT_ID | No | OAuth app client ID | |
| MCP_TRANSPORT | No | Transport: http or stdio | http |
| OPENAI_API_KEY | No | OpenAI API key (required if LLM_PROVIDER=openai) | |
| ALLOWED_MODULES | No | Comma-separated module names to expose, or all. Used for plan gating in hosted SaaS. | all |
| GHL_LOCATION_ID | No | Default sub-account location ID | |
| ALLOWED_API_KEYS | No | Comma-separated API keys required on /mcp/sse. Empty disables the check. Used for Claude seat enforcement. | |
| GHL_REDIRECT_URI | No | OAuth callback URL | http://localhost:8000/oauth/callback |
| ANTHROPIC_API_KEY | No | Anthropic API key (required if LLM_PROVIDER=anthropic) | |
| GHL_CLIENT_SECRET | No | OAuth app client secret | |
| GHL_PRIVATE_TOKEN | No | Private integration token (private mode) | |
| CHROMA_PERSIST_DIR | No | ChromaDB persistence directory for semantic vector search (Phase 2) | ./data/chroma |
| GHL_WEBHOOK_SECRET | No | HMAC secret for webhook validation | |
| AGENT_CHECKPOINTER_DB | No | SQLite path for LangGraph HITL checkpoint state | ./data/agent_checkpoints.db |
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
ActivitySlowing
ResponsivenessNo issues