Following: https://www.librechat.ai/docs/features/mcp#adding-mcp-servers-in-the-ui
Running version 0.8.3, but tried .4/.5-rc1 and same on all versions.
I had just added a new allowedDomains setting as my MCP servers are hosted within Kubernetes (where LibreChat is also hosted). I got the error about the internal domain not being allowed- which fair should. Upon adding that section, I saw the UI element was missing to add an MCP server for myself.
Pertinent portion of the config:
version: 1.3.5
mcpSettings:
allowedDomains:
- "cluster.local"
The UI is preferable here as I have a couple other folks using this instance, and as a result, don't want to give them access to at least one of the two I'm testing.
Actually... after reloading after removing that config, I also still don't see the MCP Settings in the UI.
I do see:
│ {"level":"info","message":"[MCPServersRegistry] Creating new instance","timestamp":"2026-04-21T00:24:34.933Z"}
So it seems to be something else, but really unsure what.