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 |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RohitashAery/ghl-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server