Skip to main content
Glama
vedmaka

openwebui-mcp

by vedmaka

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OWUI_TIMEOUT_MSNoChat timeout in milliseconds.120000
OPENWEBUI_API_KEYYesYour Open WebUI API key or JWT token (aliases: OPENWEBUI_TOKEN, OWUI_API_KEY, OWUI_TOKEN). Required.
OPENWEBUI_BASE_URLYesThe URL of your Open WebUI instance (aliases: OPENWEBUI_URL, OWUI_URL). Required.
OPENWEBUI_CA_BUNDLENoPath to a PEM CA bundle to trust for the Open WebUI connection (alias: OWUI_CA_BUNDLE).
OPENWEBUI_MCP_TOKENNoBearer token required by the MCP server on every request (alias: OWUI_MCP_TOKEN). Unset means the endpoint is open to its listeners.
OPENWEBUI_SSL_VERIFYNoSkip TLS verification (false) for the JSON routes (alias: OWUI_SSL_VERIFY).true
OPENWEBUI_INSTRUCTIONSNoServer instructions for the model (alias: OWUI_INSTRUCTIONS).
OPENWEBUI_DEFAULT_MODELNoDefault model id used by the ask tool when no model is passed (alias: OWUI_DEFAULT_MODEL).
OPENWEBUI_MCP_TRANSPORTNoTransport to use (stdio, sse, or streamable-http).stdio
OPENWEBUI_ASK_DESCRIPTIONNoReplaces only the first summary line of the ask tool description (alias: OWUI_ASK_DESCRIPTION).
OPENWEBUI_ENFORCE_DEFAULT_MODELNoIf true, forces every ask call to use the configured default model regardless of the client-passed model (alias: OWUI_ENFORCE_DEFAULT_MODEL).false

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/vedmaka/openwebui-mcp'

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