Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-persistent-data

Store persistent data values in OBS Studio for global or profile realms, enabling configuration retention across sessions.

Instructions

Sets the value of a slot from the selected persistent data realm

Input Schema

NameRequiredDescriptionDefault
realmYesThe data realm to select. OBS_WEBSOCKET_DATA_REALM_GLOBAL or OBS_WEBSOCKET_DATA_REALM_PROFILE
slotNameYesThe name of the slot to set data for
slotValueNoThe value to apply to the slot

Input Schema (JSON Schema)

{ "properties": { "realm": { "description": "The data realm to select. OBS_WEBSOCKET_DATA_REALM_GLOBAL or OBS_WEBSOCKET_DATA_REALM_PROFILE", "type": "string" }, "slotName": { "description": "The name of the slot to set data for", "type": "string" }, "slotValue": { "description": "The value to apply to the slot" } }, "required": [ "realm", "slotName" ], "type": "object" }

Other Tools from OBS MCP Server

Related Tools

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

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