GenFilesMCP
by Baronco
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port where the MCP Server will listen | 8016 |
| OWUI_URL | Yes | URL of your Open Web UI instance | |
| OWUI_API_KEY | No | API 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_TRANSPORT | No | MCP 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_KNOWLEDGE | No | Controls 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_NAME | No | Name of the Open WebUI knowledge collection used for generated and reviewed files when ENABLE_CREATE_KNOWLEDGE=true. | |
| REVIEWER_AI_ASSISTANT_NAME | No | Author name used inside Word comments created by review_docx. | GenFilesMCP |
| ENABLE_WORD_ELEMENT_FILLING | No | Experimental 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
| 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
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