Open WebUI Knowledge MCP
by SkySai1
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAG_TOP_K | No | Maximum number of chunks returned, from 1 to 100. | 8 |
| OPENWEBUI_URL | No | Base URL of the Open WebUI instance; path prefix is supported. | http://localhost:3000 |
| OPENWEBUI_API_KEY | Yes | Bearer token for Open WebUI API access (required). | |
| OPENWEBUI_TIMEOUT | No | Timeout for each HTTP operation, in seconds. | 120 |
| RAG_MAX_FILE_CHARS | No | Maximum extracted text characters per file in results. | 50000 |
| OPENWEBUI_MAX_PAGES | No | Pagination limit; exceeding this limit returns an error. | 1000 |
| RAG_MAX_CHUNK_CHARS | No | Maximum characters per chunk in results. | 7000 |
| RAG_MAX_INPUT_CHARS | No | Maximum input text/query length in characters. | 1000000 |
| OPENWEBUI_VERIFY_TLS | No | Whether to verify TLS certificates. Strictly 'true' or 'false'. | true |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues