Loading subscription status...
{
"mcpServers": [
{
"my-filesystem": {
"args": [
"/path/to/mcp-filesystem/dist/index.js",
"~/path/to/allowed/directory",
"--full-access"
],
"command": "node"
}
},
{
"filesystem": {
"args": [
"run",
"-i",
"--rm",
"--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",
"mcp/filesystem",
"--readonly",
"--no-follow-symlinks",
"/projects"
],
"command": "docker"
}
},
{
"filesystem": {
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"--full-access",
"/Users/username/Desktop",
"/path/to/other/allowed/dir"
],
"command": "npx"
}
}
]
}