mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:13:24 +02:00
Allow filesystem to accept DOCKER_ROOT_WORKSPACE
This commit is contained in:
@@ -122,6 +122,7 @@ Note: you can provide sandboxed directories to the server by mounting them to `/
|
||||
"--mount", "type=bind,src=/Users/username/Desktop,dst=/projects/Desktop",
|
||||
"--mount", "type=bind,src=/path/to/other/allowed/dir,dst=/projects/other/allowed/dir,ro",
|
||||
"--mount", "type=bind,src=/path/to/file.txt,dst=/projects/path/to/file.txt",
|
||||
"--env", "DOCKER_ROOT_WORKSPACE=/projects",
|
||||
"ai/mcp-filesystem"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user