Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOOLSETSNoOptional comma-separated category filter. Available categories are admin_raw, batch, canvases, config, events, filters, general, inputs, outputs, record, scenes, screenshots, stream, transitions, ui, and vendor; the default enables general, record, scenes, and inputs.
MCP_HTTP_HOSTNoHTTP bind host when MCP_TRANSPORT=http. Defaults to 127.0.0.1.127.0.0.1
MCP_HTTP_PORTNoHTTP bind port when MCP_TRANSPORT=http. Defaults to 3000.3000
MCP_TRANSPORTNoTransport type: stdio or http. Defaults to stdio.stdio
OBS_WEBSOCKET_URLNoOBS websocket URL. Defaults to ws://localhost:4455.ws://localhost:4455
MCP_HTTP_AUTH_TOKENNoOptional bearer token required by the HTTP /mcp endpoint.
OBS_INTEGRATION_TESTSNoSet to 1 to run real OBS websocket integration tests.
OBS_WEBSOCKET_PASSWORDNoOptional OBS websocket password.
OBS_EVENT_BUFFER_CAPACITYNoOptional maximum number of recent safe OBS events retained for get_recent_obs_events. Defaults to the built-in bounded buffer size.
OBS_MCP_SCREENSHOT_OUTPUT_DIRNoOptional existing directory allowlist for save_source_screenshot. Screenshot save tools are disabled unless the screenshots toolset is enabled, and saves require a simple filename, not a path.
OBS_INTEGRATION_MUTATION_TESTSNoSet to 1 to enable integration tests that send state-changing OBS requests.
OBS_WEBSOCKET_CONNECTION_TIMEOUTNoConnection and request timeout in milliseconds. Defaults to 30000.30000

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/dearlordylord/obs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server