Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort where the MCP Server will listen8016
OWUI_URLYesURL of your Open Web UI instance
OWUI_API_KEYNoAPI key used only for 'stdio' deployments through MCPO, where Open WebUI cannot forward the active user's bearer token through the chain. Do not use it for direct 'streamable-http' deployments.
MCP_TRANSPORTNoMCP transport used at startup. Use 'streamable-http' for direct HTTP deployments such as Open WebUI external tools, or 'stdio' when the server is launched by MCPO or another stdio-capable MCP client.streamable-http
ENABLE_CREATE_KNOWLEDGENoControls whether generated or reviewed files are attached to Open WebUI knowledge collections. In direct streamable-http mode this is optional. In stdio through MCPO it must be true.false
KNOWLEDGE_COLLECTION_NAMENoName of the Open WebUI knowledge collection used for generated and reviewed files when ENABLE_CREATE_KNOWLEDGE=true.
REVIEWER_AI_ASSISTANT_NAMENoAuthor name used inside Word comments created by review_docx.GenFilesMCP
ENABLE_WORD_ELEMENT_FILLINGNoExperimental DOCX mode. false keeps the code-generation flow; true switches to the structured element-based builder.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/Baronco/GenFilesMCP'

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