Skip to content
Windsurf

FileSystem MCP Server for Windsurf

io.github.oncorporation/filesystem-server

Secure filesystem access for AI agents with configurable directory and file type restrictions

client:Windsurf transport:stdio runtime:pypi

Install FileSystem MCP Server in Windsurf

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

{
  "mcpServers": {
    "filesystem-server": {
      "command": "uvx",
      "args": [
        "vs-filesystem-mcp-server"
      ]
    }
  }
}

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

FileSystem MCP Server in other clients