Skip to content
Discussion options

You must be logged in to vote

Thank you for the pointers. For anyone ending up here i solved it by editing the docker-compose.yml like this

    ...
    volumes:
    ...
      - /Users/me/Development/:/development 

/Users/me/Development is the path on my machine and the /development is the folder created on the docker

Then for the MCP filesystem to work i edited the librechat.yaml and added

 filesystem:
    type: stdio
    command: npx
    args:
      - -y
      - "@modelcontextprotocol/server-filesystem"
      - /development

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by danny-avila
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 #7439 on May 19, 2025 12:51.