MCP initialization issue for servers using customUserVars
#8343
Replies: 3 comments 2 replies
-
Unfortunately, this feature doesn't meet your use case without some way of specifying a server-startup specific value. Maybe that is in order @dustinhealy ? |
Beta Was this translation helpful? Give feedback.
-
Hello @danny-avila and @dustinhealy , Some official MCP servers with the above issue: |
Beta Was this translation helpful? Give feedback.
-
With 0.8.0-rc releases all startup disabling options have been introduced and everything works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Danny,
As per this feature: #7980, it seems LibreChat now supports customUserVars.
I was trying to add GitHub's official MCP server: https://github.com/github/github-mcp-server?tab=readme-ov-file, using the PAT approach where user passes their individual PAT token like this:
But this does not work and I am getting error as Authorization failed when LibreChat server starts up.
But if I hardcode my PAT:
this works as at startup the token value exists.
Could you please tell me how to use the customUserVars so that the server startup issue is avoided and the user can enter their PAT tokens from the UI to use the MCP server??
Beta Was this translation helpful? Give feedback.
All reactions