Skip to content
Discussion options

You must be logged in to vote

Ok, found the problem, I'm answering to myself : npx works fine, but the default init timeout is too short to handle the initialization.

Adding initTimeout with more time makes the mcp server work properly :

filesystem:
     type: stdio
     command: npx
     args:
       - -y
       - "@modelcontextprotocol/server-filesystem"
       - /home/user/LibreChat
     initTimeout: 300000

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@danny-avila
Comment options

@SamirSaidani
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by SamirSaidani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7900 on June 14, 2025 13:51.