filesystem for Cline
io.github.fieldcure/filesystem
Secure MCP server for sandboxed filesystem operations with document parsing support.
client:Cline
transport:stdio
runtime:nuget
Install filesystem in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"filesystem": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Filesystem",
"--yes"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs