Skip to main content
Glama
RohitashAery

GHL MCP Server

by RohitashAery

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHTTP server bind host0.0.0.0
PORTNoHTTP server port8000
DB_PATHNoSQLite path for OAuth tokens./data/tokens.db
LLM_MODELNoModel name passed to the LLM providerclaude-sonnet-4-6
LOG_LEVELNoDEBUG, INFO, WARNING, ERRORINFO
LOG_FORMATNojson (production) or console (development)json
LLM_PROVIDERNoLLM backend for AI agents: anthropic or openaianthropic
GHL_AUTH_MODENoAuth mode: private or oauthprivate
GHL_CLIENT_IDNoOAuth app client ID
MCP_TRANSPORTNoTransport: http or stdiohttp
OPENAI_API_KEYNoOpenAI API key (required if LLM_PROVIDER=openai)
ALLOWED_MODULESNoComma-separated module names to expose, or all. Used for plan gating in hosted SaaS.all
GHL_LOCATION_IDNoDefault sub-account location ID
ALLOWED_API_KEYSNoComma-separated API keys required on /mcp/sse. Empty disables the check. Used for Claude seat enforcement.
GHL_REDIRECT_URINoOAuth callback URLhttp://localhost:8000/oauth/callback
ANTHROPIC_API_KEYNoAnthropic API key (required if LLM_PROVIDER=anthropic)
GHL_CLIENT_SECRETNoOAuth app client secret
GHL_PRIVATE_TOKENNoPrivate integration token (private mode)
CHROMA_PERSIST_DIRNoChromaDB persistence directory for semantic vector search (Phase 2)./data/chroma
GHL_WEBHOOK_SECRETNoHMAC secret for webhook validation
AGENT_CHECKPOINTER_DBNoSQLite 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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