Skip to content
VS Code

filesystem for VS Code

io.github.fieldcure/filesystem

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

client:VS Code transport:stdio runtime:nuget

Install filesystem in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

filesystem in other clients