obs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOOLSETS | No | Optional 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_HOST | No | HTTP bind host when MCP_TRANSPORT=http. Defaults to 127.0.0.1. | 127.0.0.1 |
| MCP_HTTP_PORT | No | HTTP bind port when MCP_TRANSPORT=http. Defaults to 3000. | 3000 |
| MCP_TRANSPORT | No | Transport type: stdio or http. Defaults to stdio. | stdio |
| OBS_WEBSOCKET_URL | No | OBS websocket URL. Defaults to ws://localhost:4455. | ws://localhost:4455 |
| MCP_HTTP_AUTH_TOKEN | No | Optional bearer token required by the HTTP /mcp endpoint. | |
| OBS_INTEGRATION_TESTS | No | Set to 1 to run real OBS websocket integration tests. | |
| OBS_WEBSOCKET_PASSWORD | No | Optional OBS websocket password. | |
| OBS_EVENT_BUFFER_CAPACITY | No | Optional 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_DIR | No | Optional 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_TESTS | No | Set to 1 to enable integration tests that send state-changing OBS requests. | |
| OBS_WEBSOCKET_CONNECTION_TIMEOUT | No | Connection and request timeout in milliseconds. Defaults to 30000. | 30000 |
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
| 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/dearlordylord/obs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server