File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 387
387
"insecure_allow_all" : false
388
388
}
389
389
},
390
- "read" : [
391
- " /tmp"
392
- ],
393
- "write" : [
394
- " /tmp"
395
- ]
390
+ "read" : [],
391
+ "write" : []
396
392
},
397
393
"repository_url" : " https://github.com/buildkite/buildkite-mcp-server" ,
398
394
"status" : " Active" ,
625
621
"transport" : " streamable-http"
626
622
},
627
623
"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." ,
630
628
"env_vars" : [],
631
629
"image" : " mcp/filesystem:latest" ,
632
630
"metadata" : {
642
640
"insecure_allow_all" : false
643
641
}
644
642
},
645
- "read" : [
646
- " /tmp"
647
- ],
648
- "write" : [
649
- " /tmp"
650
- ]
643
+ "read" : [],
644
+ "write" : []
651
645
},
652
646
"repository_url" : " https://github.com/modelcontextprotocol/servers" ,
653
647
"status" : " Active" ,
671
665
" edit_file" ,
672
666
" create_directory" ,
673
667
" list_directory" ,
668
+ " directory_tree" ,
674
669
" move_file" ,
675
670
" search_files" ,
676
671
" get_file_info" ,
You can’t perform that action at this time.
0 commit comments