Created
January 17, 2025 19:28
-
-
Save delorenj/4d278fa723b658fcb5c10fc09e1df3fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"filesystem": { | |
"command": "npx", | |
"args": [ | |
"-y", | |
"@modelcontextprotocol/server-filesystem", | |
"/home/delorenj" | |
], | |
"alwaysAllow": [ | |
"read_file", | |
"read_multiple_files", | |
"create_directory", | |
"list_directory", | |
"search_files", | |
"get_file_info", | |
"list_allowed_directories" | |
] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment