filesystem for Claude Desktop
io.github.fieldcure/filesystem
Secure MCP server for sandboxed filesystem operations with document parsing support.
client:Claude Desktop
transport:stdio
runtime:nuget
Install filesystem in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"filesystem": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Filesystem",
"--yes"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs