Skip to content
Windsurf

filesystem for Windsurf

io.github.fieldcure/filesystem

Secure MCP server for sandboxed filesystem operations with document parsing support.

client:Windsurf transport:stdio runtime:nuget

Install filesystem in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "filesystem": {
      "command": "dnx",
      "args": [
        "FieldCure.Mcp.Filesystem",
        "--yes"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

filesystem in other clients