openwebui-mcp
by vedmaka
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OWUI_TIMEOUT_MS | No | Chat timeout in milliseconds. | 120000 |
| OPENWEBUI_API_KEY | Yes | Your Open WebUI API key or JWT token (aliases: OPENWEBUI_TOKEN, OWUI_API_KEY, OWUI_TOKEN). Required. | |
| OPENWEBUI_BASE_URL | Yes | The URL of your Open WebUI instance (aliases: OPENWEBUI_URL, OWUI_URL). Required. | |
| OPENWEBUI_CA_BUNDLE | No | Path to a PEM CA bundle to trust for the Open WebUI connection (alias: OWUI_CA_BUNDLE). | |
| OPENWEBUI_MCP_TOKEN | No | Bearer token required by the MCP server on every request (alias: OWUI_MCP_TOKEN). Unset means the endpoint is open to its listeners. | |
| OPENWEBUI_SSL_VERIFY | No | Skip TLS verification (false) for the JSON routes (alias: OWUI_SSL_VERIFY). | true |
| OPENWEBUI_INSTRUCTIONS | No | Server instructions for the model (alias: OWUI_INSTRUCTIONS). | |
| OPENWEBUI_DEFAULT_MODEL | No | Default model id used by the ask tool when no model is passed (alias: OWUI_DEFAULT_MODEL). | |
| OPENWEBUI_MCP_TRANSPORT | No | Transport to use (stdio, sse, or streamable-http). | stdio |
| OPENWEBUI_ASK_DESCRIPTION | No | Replaces only the first summary line of the ask tool description (alias: OWUI_ASK_DESCRIPTION). | |
| OPENWEBUI_ENFORCE_DEFAULT_MODEL | No | If 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
| 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/vedmaka/openwebui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server