Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POSTHOG_HOSTNoOverride the PostHog host for anonymous telemetry, such as for a self-hosted PostHog deployment.https://us.i.posthog.com
POSTHOG_API_KEYNoOverride the PostHog project write key used for anonymous telemetry. Set to an empty string to skip PostHog client initialization.
WINDOWS_MCP_DEBUGNoSet to 1, true, yes, or on to enable debug mode, which sets the log level to DEBUG for verbose output. Also available as the --debug CLI flag.false
WINDOWS_MCP_TOOLSNoComma-separated explicit list of tools to enable (e.g., PowerShell,Edit,Grep,Job). Alternative to --tools CLI flag.(all enabled)
ANONYMIZED_TELEMETRYNoSet to false to disable anonymous usage telemetry. No personal data, tool arguments, or outputs are ever collected regardless of this setting.true
WINDOWS_MCP_AUTH_KEYNoBearer token required on all HTTP requests. Alternative to --auth-key CLI flag.
WINDOWS_MCP_WATCHDOGNoSet to on, 1, true, yes, or enabled (case-insensitive) to run the UIA focus watchdog.false
WINDOWS_MCP_SSL_KEYFILENoPath to TLS private key file (.pem) for HTTPS. Must be provided with WINDOWS_MCP_SSL_CERTFILE.
WINDOWS_MCP_CORS_ORIGINSNoComma-separated list of origins permitted to make cross-origin browser requests (e.g., https://my-client.example.com). No CORS headers are emitted when unset. Alternative to --cors-origins CLI flag.
WINDOWS_MCP_IP_ALLOWLISTNoComma-separated list of allowed client IPs or CIDR ranges (e.g., 203.0.113.0/24,198.51.100.5). Alternative to --ip-allowlist CLI flag.
WINDOWS_MCP_SSL_CERTFILENoPath to TLS certificate file (.pem) for HTTPS. Must be provided with WINDOWS_MCP_SSL_KEYFILE.
WINDOWS_MCP_EXCLUDE_TOOLSNoComma-separated list of tools to disable (e.g., PowerShell,Registry). Alternative to --exclude-tools CLI flag.
WINDOWS_MCP_SEARCH_PYTHONNoFull path to the interpreter that holds the search stack (ddgs, trafilatura, scrapling, crawl4ai). Set it when discovery picks the wrong Python.(auto-discovered)
WINDOWS_MCP_CLIENT_TIMEOUTNoShared ceiling in seconds for PowerShell and SearchPro timeouts, matching the ~60 s at which MCP clients abort a call. 0 disables the clamp.55
WINDOWS_MCP_STATELESS_HTTPNoSet to 1, true, yes, or on to run streamable-http without Mcp-Session-Id connection state.false
WINDOWS_MCP_OAUTH_CLIENT_IDNoOAuth client ID for HTTP transports. Must be provided with WINDOWS_MCP_OAUTH_CLIENT_SECRET.
WINDOWS_MCP_OAUTH_CLIENT_SECRETNoOAuth client secret for HTTP transports. Must be provided with WINDOWS_MCP_OAUTH_CLIENT_ID.
WINDOWS_MCP_SEARCH_ALLOW_PRIVATENoSet to 1, true, yes, or on to let read/select/crawl reach private, loopback and link-local addresses. Off by default.false

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

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