Skip to content
Windsurf

Filesystem for Windsurf

io.github.domdomegg/filesystem-mcp

Read, create, and edit files.

client:Windsurf transport:stdio runtime:npm

Install Filesystem in Windsurf

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

{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "filesystem-mcp"
      ]
    }
  }
}

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

Filesystem in other clients