Loading subscription status...
{
"mcpServers": [
{
"filesystem-mcp": {
"args": [
"@sylphlab/filesystem-mcp"
],
"command": "npx"
}
},
{
"filesystem-mcp": {
"args": [
"@sylphlab/filesystem-mcp"
],
"command": "bunx"
}
},
{
"filesystem-mcp": {
"args": [
"run",
"-i",
"--rm",
"-v",
"/path/to/your/project:/app",
"sylphlab/filesystem-mcp:latest"
],
"command": "docker"
}
},
{
"filesystem-mcp": {
"args": [
"/path/to/cloned/repo/filesystem-mcp/dist/index.js"
],
"command": "node"
}
}
]
}