Skip to content
Windsurf

mcp filesystem for Windsurf

io.github.digital-defiance/mcp-filesystem

Advanced filesystem operations with strict security boundaries for AI agents

client:Windsurf transport:stdio runtime:npm

Install mcp filesystem in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-filesystem"
      ],
      "env": {
        "WORKSPACE_ROOT": "<WORKSPACE_ROOT>"
      }
    }
  }
}

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

mcp filesystem in other clients