Skip to content

Commit e1dde79

Browse files
authored
Update filesystem MCP and remove default file permissions (#1118)
1 parent 56293d2 commit e1dde79

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

pkg/registry/data/registry.json

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -387,12 +387,8 @@
387387
"insecure_allow_all": false
388388
}
389389
},
390-
"read": [
391-
"/tmp"
392-
],
393-
"write": [
394-
"/tmp"
395-
]
390+
"read": [],
391+
"write": []
396392
},
397393
"repository_url": "https://github.com/buildkite/buildkite-mcp-server",
398394
"status": "Active",
@@ -625,8 +621,10 @@
625621
"transport": "streamable-http"
626622
},
627623
"filesystem": {
628-
"args": [],
629-
"description": "Allows you to do filesystem operations.",
624+
"args": [
625+
"/projects"
626+
],
627+
"description": "Allows you to do filesystem operations. Mount paths under /projects using --volume.",
630628
"env_vars": [],
631629
"image": "mcp/filesystem:latest",
632630
"metadata": {
@@ -642,12 +640,8 @@
642640
"insecure_allow_all": false
643641
}
644642
},
645-
"read": [
646-
"/tmp"
647-
],
648-
"write": [
649-
"/tmp"
650-
]
643+
"read": [],
644+
"write": []
651645
},
652646
"repository_url": "https://github.com/modelcontextprotocol/servers",
653647
"status": "Active",
@@ -671,6 +665,7 @@
671665
"edit_file",
672666
"create_directory",
673667
"list_directory",
668+
"directory_tree",
674669
"move_file",
675670
"search_files",
676671
"get_file_info",

0 commit comments

Comments
 (0)